2000-07-21 18:05:23 +02:00
|
|
|
# New ports collection makefile for: gcompris
|
2000-09-18 09:31:21 +02:00
|
|
|
# Date created: 21 July 2000
|
|
|
|
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
2000-07-21 18:05:23 +02:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gcompris
|
2002-05-31 00:27:36 +02:00
|
|
|
PORTVERSION= 1.0.5
|
2004-02-04 06:21:48 +01:00
|
|
|
PORTREVISION= 1
|
2000-07-21 18:05:23 +02:00
|
|
|
CATEGORIES= games gnome
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
2001-12-19 12:33:00 +01:00
|
|
|
EXTRACT_SUFX= .tgz
|
2000-07-21 18:05:23 +02:00
|
|
|
|
2003-07-29 11:12:37 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= A simple Gnome-based education game for children starting at 3
|
2000-07-21 18:05:23 +02:00
|
|
|
|
2001-10-25 15:21:47 +02:00
|
|
|
LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2
|
2002-04-18 14:29:05 +02:00
|
|
|
RUN_DEPENDS= ogg123:${PORTSDIR}/audio/vorbis-tools
|
2001-06-05 19:51:20 +02:00
|
|
|
|
2000-07-21 18:05:23 +02:00
|
|
|
USE_X_PREFIX= yes
|
|
|
|
USE_GMAKE= yes
|
2002-09-18 22:36:20 +02:00
|
|
|
USE_GNOME= gnomeprefix gnomehack gnomelibs gnomecanvas
|
2002-05-31 00:27:36 +02:00
|
|
|
USE_LIBTOOL= yes
|
2003-11-20 16:06:14 +01:00
|
|
|
USE_PERL5_BUILD=yes
|
2000-10-05 09:10:50 +02:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LIBS="-L${LOCALBASE}/lib"
|
2002-04-18 14:29:05 +02:00
|
|
|
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
|
2000-07-21 18:05:23 +02:00
|
|
|
|
2003-10-11 06:42:43 +02:00
|
|
|
CONFLICTS= gcompris2*
|
|
|
|
|
2002-08-06 21:06:30 +02:00
|
|
|
post-patch:
|
2001-03-29 18:35:19 +02:00
|
|
|
@${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
|
2000-10-05 09:10:50 +02:00
|
|
|
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
|
2000-07-21 18:05:23 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|