openbsd-ports/mail/popclient/Makefile

20 lines
406 B
Makefile
Raw Normal View History

2010-10-18 15:59:15 -04:00
# $OpenBSD: Makefile,v 1.21 2010/10/18 19:59:18 espie Exp $
1997-11-14 19:04:24 -05:00
COMMENT= client for POP2, POP3, APOP, RPOP
1997-11-14 19:04:24 -05:00
DISTNAME= popclient-3.0b6
PKGNAME= ${DISTNAME}p1
1997-11-14 19:04:24 -05:00
CATEGORIES= mail
MASTER_SITES= http://people.freebsd.org/~wosch/src/
1997-11-14 19:04:24 -05:00
2000-03-17 14:28:51 -05:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2005-01-01 20:07:48 -05:00
WANTLIB= c
2000-03-17 14:28:51 -05:00
CONFIGURE_STYLE= gnu old
2010-10-18 15:59:15 -04:00
USE_GROFF = Yes
1997-11-14 19:04:24 -05:00
.include <bsd.port.mk>