freebsd-ports/games/gtetrinet/Makefile

25 lines
527 B
Makefile
Raw Normal View History

# 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
2000-10-05 09:10:50 +02:00
USE_X_PREFIX= yes
USE_GMAKE= yes
2000-10-05 09:10:50 +02:00
USE_GNOME= yes
GNU_CONFIGURE= yes
2000-10-05 09:10:50 +02:00
pre-patch:
@find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \
's|\$$\(datadir\)/gnome/|\$$\(datadir\)/|g'
.include <bsd.port.mk>