Makefile 327 B

1234567891011121314151617
  1. # $OpenBSD: Makefile,v 1.25 2015/04/05 09:32:50 schwarze Exp $
  2. COMMENT= client for POP2, POP3, APOP, RPOP
  3. DISTNAME= popclient-3.0b6
  4. PKGNAME= ${DISTNAME}
  5. REVISION = 2
  6. CATEGORIES= mail
  7. MASTER_SITES= https://people.freebsd.org/~wosch/src/
  8. PERMIT_PACKAGE_CDROM= Yes
  9. WANTLIB= c
  10. CONFIGURE_STYLE= gnu old
  11. .include <bsd.port.mk>