d1c6f80880
extra-careful checking where there are complicated PSEUDO_FLAVORS).
25 lines
463 B
Makefile
25 lines
463 B
Makefile
# $OpenBSD: Makefile,v 1.17 2010/07/12 22:07:41 sthen Exp $
|
|
|
|
COMMENT= app-level proxy for mail retrieval behind firewalls
|
|
|
|
DISTNAME= pop3gwd-1.2
|
|
REVISION= 0
|
|
CATEGORIES= net mail
|
|
|
|
MAINTAINER= Ian McWilliam <ian@dodo.com.au>
|
|
|
|
MASTER_SITES= http://www.go.dlr.de/linux/src/
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
WANTLIB= c
|
|
|
|
WRKDIST= ${WRKDIR}/pop3gwd
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
.include <bsd.port.mk>
|