1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

* Correct the info filename

* Remove a hack now included in gnomehack
* s/LIBS/LDFLAGS/
This commit is contained in:
Joe Marcus Clarke 2003-08-24 01:06:44 +00:00
parent 314779a219
commit 7eabc93e44
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=87575

View File

@ -7,7 +7,7 @@
PORTNAME= gcompris2
PORTVERSION= 2.1
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= games gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= gcompris
@ -22,15 +22,10 @@ LIB_DEPENDS= vorbis.2:${PORTSDIR}/audio/libvorbis \
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_LIBTOOL= yes
USE_REINPLACE= yes
USE_GNOME= gnomehack gnomeprefix libgnomeui
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
LDFLAGS="-L${LOCALBASE}/lib"
INFO= gcompris2
post-patch:
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
INFO= gcompris
.include <bsd.port.mk>