mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
4e66d49984
Update SITES, HOMEPAGE, and comments.
28 lines
548 B
Makefile
28 lines
548 B
Makefile
COMMENT = Commodore tape image cleaning utility
|
|
DISTNAME = tapclean-20130522
|
|
CATEGORIES = misc
|
|
REVISION = 0
|
|
|
|
HOMEPAGE = https://sourceforge.net/projects/tapclean/
|
|
MAINTAINER = Edd Barrett <edd@openbsd.org>
|
|
|
|
# GPLv2+
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
WANTLIB += c m
|
|
|
|
# the software authors do not make source release tarballs
|
|
SITES = http://theunixzoo.co.uk/distfiles/
|
|
|
|
NO_TEST = Yes
|
|
|
|
WRKDIST = ${WRKDIR}/tapclean
|
|
WRKBUILD = ${WRKDIST}/src
|
|
|
|
USE_GMAKE = Yes
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKBUILD}/tapclean ${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|