ports/mail/popclient/Makefile

15 lines
251 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT= client for POP2, POP3, APOP, RPOP
DISTNAME= popclient-3.0b6
PKGNAME= ${DISTNAME}
REVISION = 2
CATEGORIES= mail
2023-09-26 17:06:53 +00:00
SITES= https://people.freebsd.org/~wosch/src/
2023-08-16 22:26:55 +00:00
PERMIT_PACKAGE= Yes
WANTLIB= c
CONFIGURE_STYLE= gnu old
.include <bsd.port.mk>