17 lines
318 B
Makefile
17 lines
318 B
Makefile
# $OpenBSD: Makefile,v 1.26 2019/07/12 20:47:36 sthen Exp $
|
|
|
|
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>
|