- add HOMEPAGE
- remove FAKE - add tag to PLIST - use PREFIX and HOMEPAGE in MESSAGE - bump NEED_VERSION
This commit is contained in:
parent
5f80832729
commit
7c8f67713f
@ -1,22 +1,21 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2000/03/24 22:11:53 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.11 2000/06/14 07:30:45 camield Exp $
|
||||
|
||||
DISTNAME= popa3d-0.4
|
||||
HOMEPAGE= http://www.openwall.com/popa3d/
|
||||
CATEGORIES= net mail
|
||||
NEED_VERSION= 1.218
|
||||
NEED_VERSION= 1.294
|
||||
MAINTAINER= cd@sentia.nl
|
||||
MASTER_SITES= http://www.openwall.com/popa3d/ \
|
||||
|
||||
MASTER_SITES= ${HOMEPAGE} \
|
||||
ftp://ftp.openwall.com/popa3d/ \
|
||||
ftp://ftp.false.com/security/popa3d/ \
|
||||
ftp://ftp.dataforce.net/pub/solar/
|
||||
|
||||
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
FAKE= Yes
|
||||
|
||||
NO_CONFIGURE= Yes
|
||||
ALL_TARGET= popa3d
|
||||
MAKE_FLAGS= CC=${CC} LD=${CC} CFLAGS="-c ${CFLAGS}"
|
||||
|
@ -1,7 +1,8 @@
|
||||
|
||||
Homepage: ${HOMEPAGE}
|
||||
|
||||
To activate popa3d, add the following line to /etc/inetd.conf
|
||||
(you may need to change /usr/local/ to the actual PREFIX):
|
||||
pop3 stream tcp nowait root /usr/local/libexec/popa3d popa3d
|
||||
pop3 stream tcp nowait root ${PREFIX}/libexec/popa3d popa3d
|
||||
|
||||
Then let inetd reread its configuration with:
|
||||
kill -HUP `cat /var/run/inetd.pid`
|
||||
|
@ -1 +1,2 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2000/06/14 07:30:45 camield Exp $
|
||||
libexec/popa3d
|
||||
|
Loading…
Reference in New Issue
Block a user