blob: 49d3d487bc316df4a22ea17b52b06faf1dbdf08e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Created by: Stephen Hurd <shurd@sasktel.net>
# $FreeBSD$
PORTNAME= freedink-data
PORTVERSION= 1.08.${PORTVER}
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= freedink
MAINTAINER= shurd@sasktel.net
COMMENT= Game data for games/freedink (Dink Smallwood)
USES= gettext gmake
NO_BUILD= yes
PORTVER= 20121209
NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \
${WRKSRC}/Makefile
.include <bsd.port.mk>
|