Makefile 606 B

1234567891011121314151617181920212223242526272829
  1. # $OpenBSD: Makefile,v 1.2 2013/05/24 19:17:59 jasper Exp $
  2. COMMENT = Commodore tape image cleaning utility
  3. DISTNAME = tapclean-20130522
  4. CATEGORIES = misc
  5. HOMEPAGE = http://sourceforge.net/projects/tapclean/
  6. MAINTAINER = Edd Barrett <edd@openbsd.org>
  7. # GPLv2+
  8. PERMIT_PACKAGE_CDROM = Yes
  9. WANTLIB += c m
  10. # the software authors do not make source release tarballs
  11. MASTER_SITES = http://theunixzoo.co.uk/distfiles/
  12. NO_TEST = Yes
  13. WRKDIST = ${WRKDIR}/tapclean
  14. WRKBUILD = ${WRKDIST}/src
  15. USE_GMAKE = Yes
  16. do-install:
  17. ${INSTALL_PROGRAM} ${WRKBUILD}/tapclean ${PREFIX}/bin
  18. .include <bsd.port.mk>