freebsd-ports/archivers/nwreckdum/Makefile
Bryan Drewery f914b482f1 Fix ports using GH_TAGNAME=master to depend on a known hash
instead of a branch that changes.

With hat:	portmgr
2013-06-07 22:29:01 +00:00

24 lines
460 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= ${GH_COMMIT}
GH_COMMIT= 22cbc47
PLIST_FILES= bin/${PORTNAME}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
.include <bsd.port.mk>