openbsd-ports/mail/popclient/Makefile
sthen aeac6741d9 cleanup; mostly from Brad.
- Cleans up the Makefile a bit of stuff that isn't necessary.
- Add missing headers to get rid of implicit function warnings.
- Renames conflicting MSGBUFSIZE define to POPMSGBUFSIZE.
- Sync PLIST.
- Remove stray space in DESCR.
- Bump PKGNAME.
2010-07-09 07:17:37 +00:00

19 lines
390 B
Makefile

# $OpenBSD: Makefile,v 1.20 2010/07/09 07:17:37 sthen Exp $
COMMENT= client for POP2, POP3, APOP, RPOP
DISTNAME= popclient-3.0b6
PKGNAME= ${DISTNAME}p1
CATEGORIES= mail
MASTER_SITES= http://people.freebsd.org/~wosch/src/
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c
CONFIGURE_STYLE= gnu old
.include <bsd.port.mk>