blob: 5dccc8912ed57f660fc1007f75e4ed842c99bdc0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# New ports collection makefile for: gtetrinet
# Date created: 27 Feb 2000
# Whom: Dan Papasian <bugg@bugg.strangled.net>
#
# $FreeBSD$
PORTNAME= gtetrinet
PORTVERSION= 0.4.1
CATEGORIES= games gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= gtetrinet
MAINTAINER= bugg@bugg.strangled.net
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_GNOME= yes
GNU_CONFIGURE= yes
pre-patch:
@find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \
's|\$$\(datadir\)/gnome/|\$$\(datadir\)/|g'
.include <bsd.port.mk>
|