Makefile 532 B

123456789101112131415161718192021222324252627
  1. # $OpenBSD: Makefile,v 1.2 2013/03/11 11:23:50 espie Exp $
  2. COMMENT= utility for altering mime-encoded mailpacks
  3. DISTNAME= altermime-0.3.10
  4. CATEGORIES= mail
  5. HOMEPAGE= http://www.pldaniels.com/altermime/
  6. # alterMIME LICENSE
  7. # (see share/doc/altermime/LICENCE)
  8. PERMIT_PACKAGE_CDROM= may not sell
  9. PERMIT_PACKAGE_FTP= Yes
  10. WANTLIB += c
  11. MASTER_SITES= ${HOMEPAGE}
  12. NO_TEST= Yes
  13. post-install:
  14. ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/altermime
  15. ${INSTALL_DATA} ${WRKSRC}/LICENCE ${PREFIX}/share/doc/altermime
  16. .include <bsd.port.mk>