blob: 069ebddf204c4949be07d95de5862be2f5ffee1c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
PORTNAME= nwreckdum
PORTVERSION= 0.0.6
PORTREVISION= 2
CATEGORIES= archivers games
MAINTAINER= ports@FreeBSD.org
COMMENT= Utility for manipulating of Quake packed data files
WWW= https://github.com/danfe/nwreckdum
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>
|