4ca0e60800
-D_THREAD_SAFE --> ${PTHREAD_CFLAGS} Note: my first intention was to test this out on bento/beta, but per ade's requiest I opted to do it quickly.
37 lines
980 B
Makefile
37 lines
980 B
Makefile
# New ports collection makefile for: gno3dtet
|
|
# Date created: 21 Dec 1999
|
|
# Whom: Will Andrews <andrews@technologist.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gno3dtet
|
|
PORTVERSION= 1.6.1
|
|
CATEGORIES= games gnome
|
|
MASTER_SITES= ftp://webdat.com/pub/seb/gno3dtet/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
USE_X_PREFIX= yes
|
|
USE_GMAKE= yes
|
|
USE_GNOME= yes
|
|
USE_LIBTOOL= yes
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LIBS="-L${LOCALBASE}/lib"
|
|
|
|
pre-patch:
|
|
@${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
|
|
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
|
|
@find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \
|
|
's|\$$\(datadir\)/gnome/|\$$\(datadir\)/|g ; \
|
|
s|\$$\(datadir\)/locale|\$$\(prefix\)/share/locale|g'
|
|
|
|
post-install:
|
|
${CHOWN} root:games ${PREFIX}/bin/gno3dtet
|
|
${CHMOD} 2555 ${PREFIX}/bin/gno3dtet
|
|
${CHOWN} root:games ${PREFIX}/share/gnome/games/gno3dtet.hof
|
|
${CHMOD} 664 ${PREFIX}/share/gnome/games/gno3dtet.hof
|
|
|
|
.include <bsd.port.mk>
|