15 lines
257 B
Makefile
15 lines
257 B
Makefile
|
COMMENT= client for POP2, POP3, APOP, RPOP
|
||
|
|
||
|
DISTNAME= popclient-3.0b6
|
||
|
PKGNAME= ${DISTNAME}
|
||
|
REVISION = 2
|
||
|
CATEGORIES= mail
|
||
|
MASTER_SITES= https://people.freebsd.org/~wosch/src/
|
||
|
|
||
|
PERMIT_PACKAGE= Yes
|
||
|
WANTLIB= c
|
||
|
|
||
|
CONFIGURE_STYLE= gnu old
|
||
|
|
||
|
.include <bsd.port.mk>
|