freebsd-ports/archivers/nwreckdum/Makefile
Mathieu Arnold 6e83422724 Update ports in the a* categories to not use GH_COMMIT.
With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
2015-05-06 12:57:55 +00:00

23 lines
448 B
Makefile

# Created by: Alexey Dokuchaev <danfe@regency.nsu.ru>
# $FreeBSD$
PORTNAME= nwreckdum
PORTVERSION= 0.0.6
PORTREVISION= 2
CATEGORIES= archivers games
MAINTAINER= ports@FreeBSD.org
COMMENT= Utility for manipulating of Quake packed data files
LICENSE= GPLv2
USE_GITHUB= yes
GH_ACCOUNT= danfe
GH_TAGNAME= 22cbc47
PLIST_FILES= bin/${PORTNAME}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}/${PREFIX}/bin
.include <bsd.port.mk>