mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
39 lines
1.0 KiB
Makefile
39 lines
1.0 KiB
Makefile
# New ports collection makefile for: gcompris2
|
|
# Date created: 23 April 2003
|
|
# Whom: Martin Klaffenboeck <martin.klaffenboeck@gmx.at>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gcompris2
|
|
PORTVERSION= 6.4
|
|
CATEGORIES= games gnome
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= gcompris
|
|
DISTNAME= gcompris-${PORTVERSION:S/.r/RC/}
|
|
|
|
MAINTAINER= gnome@freebsd.org
|
|
COMMENT= Gnome2 educational games and activities for kids ages 2 to 10
|
|
|
|
BUILD_DEPENDS= texi2html:${PORTSDIR}/textproc/texi2html \
|
|
gnuchess:${PORTSDIR}/games/gnuchess
|
|
LIB_DEPENDS= vorbis.3:${PORTSDIR}/audio/libvorbis \
|
|
ao.3:${PORTSDIR}/audio/libao \
|
|
assetml.0:${PORTSDIR}/devel/libassetml
|
|
RUN_DEPENDS= gnuchess:${PORTSDIR}/games/gnuchess
|
|
|
|
USE_X_PREFIX= yes
|
|
USE_GMAKE= yes
|
|
USE_LIBTOOL_VER=15
|
|
USE_PYTHON= yes
|
|
USE_SDL= mixer
|
|
USE_GNOME= gnomehack intlhack gnomeprefix libgnomeui pygnome2
|
|
INSTALLS_SHLIB= yes
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib" \
|
|
LIBS="${PTHREAD_LIBS} -lm"
|
|
|
|
INFO= gcompris
|
|
|
|
.include <bsd.port.mk>
|