mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
053fdb6a6b
(Part 2)
34 lines
773 B
Makefile
34 lines
773 B
Makefile
# New ports collection makefile for: gcompris2
|
|
# Date created: 23 April 2003
|
|
# Whom: Martin Klaffenboeck <martin.klaffenboeck@gmx.at>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gcompris2
|
|
PORTVERSION= 2.1
|
|
PORTREVISION= 5
|
|
CATEGORIES= games gnome
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= gcompris
|
|
DISTNAME= gcompris-${PORTVERSION}
|
|
|
|
MAINTAINER= gnome@freebsd.org
|
|
COMMENT= A simple Gnome2-based education game for children starting at 3
|
|
|
|
LIB_DEPENDS= vorbis.3:${PORTSDIR}/audio/libvorbis \
|
|
ao.3:${PORTSDIR}/audio/libao
|
|
|
|
USE_X_PREFIX= yes
|
|
USE_GMAKE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_GNOME= gnomehack gnomeprefix libgnomeui
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
INFO= gcompris
|
|
|
|
CONFLICTS= gcompris-*
|
|
|
|
.include <bsd.port.mk>
|