mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 09:19:15 -04:00
- Adopt port
- Trim Makefile header - Display pkg-message correctly Approved by: tabthorpe (mentor) Feature safe: yes
This commit is contained in:
parent
ec7c4afb7a
commit
b4be86ec54
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=307623
1 changed files with 3 additions and 7 deletions
|
@ -1,9 +1,5 @@
|
||||||
# New ports collection makefile for: popa3d
|
# Created by: Sergey Samoyloff <gonza@techline.ru>
|
||||||
# Date created: Sun Feb 6 12:31:29 MSK 2000
|
|
||||||
# Whom: Sergey Samoyloff <gonza@techline.ru>
|
|
||||||
#
|
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
|
||||||
|
|
||||||
PORTNAME= popa3d
|
PORTNAME= popa3d
|
||||||
PORTVERSION= 1.0.2
|
PORTVERSION= 1.0.2
|
||||||
|
@ -13,7 +9,7 @@ MASTER_SITES= http://www.openwall.com/popa3d/ \
|
||||||
ftp://ftp.openwall.com/pub/projects/popa3d/
|
ftp://ftp.openwall.com/pub/projects/popa3d/
|
||||||
PKGNAMESUFFIX?= ${SMTP_AFTER_POP3_SUFFIX}${STANDALONE_SUFFIX}${PKGNAMESUFFIX2}
|
PKGNAMESUFFIX?= ${SMTP_AFTER_POP3_SUFFIX}${STANDALONE_SUFFIX}${PKGNAMESUFFIX2}
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= gblach@FreeBSD.org
|
||||||
COMMENT= Secure, performance, tiny POP3 daemon
|
COMMENT= Secure, performance, tiny POP3 daemon
|
||||||
|
|
||||||
ALL_TARGET= popa3d
|
ALL_TARGET= popa3d
|
||||||
|
@ -103,8 +99,8 @@ do-install:
|
||||||
.endif
|
.endif
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if ${PORT_OPTIONS:MSTANDALONE_POP3}
|
|
||||||
post-install:
|
post-install:
|
||||||
|
.if ! ${PORT_OPTIONS:MSTANDALONE_POP3}
|
||||||
@ ${CAT} ${PKGMESSAGE}
|
@ ${CAT} ${PKGMESSAGE}
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue