2000-10-31 03:03:33 -05:00
|
|
|
# New ports collection makefile for: teg
|
|
|
|
# Date created: 31 October 2000
|
|
|
|
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= teg
|
2001-12-10 06:39:40 -05:00
|
|
|
PORTVERSION= 0.9.0
|
2000-10-31 03:03:33 -05:00
|
|
|
CATEGORIES= games gnome
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
|
|
|
|
MAINTAINER= sobomax@FreeBSD.org
|
|
|
|
|
2001-12-29 15:56:30 -05:00
|
|
|
BROKEN= "Remotely exploitable buffer overrun"
|
|
|
|
|
2000-10-31 03:03:33 -05:00
|
|
|
USE_X_PREFIX= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_GNOME= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib -lintl"
|
|
|
|
|
|
|
|
pre-patch:
|
2001-03-29 11:35:19 -05:00
|
|
|
@${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
|
2000-10-31 03:03:33 -05:00
|
|
|
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
|
2001-12-10 06:39:40 -05:00
|
|
|
@find ${WRKSRC} -name "Makefile.in*" | xargs ${PERL} -pi -e \
|
2000-10-31 03:03:33 -05:00
|
|
|
's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \
|
|
|
|
s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g'
|
|
|
|
@find ${WRKSRC} -name "*.[ch]" -type f | xargs ${PERL} -pi -e \
|
|
|
|
's|LIST_NEXT|TEG_LIST_NEXT|g'
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|