diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-09-19 03:03:42 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-09-19 03:03:42 +0800 |
commit | 2fba1a2d8eb914d118a18389a4efb30f38717605 (patch) | |
tree | 3b697eb12be964b6325828602df4493daa80cf64 /games/gcompris2/Makefile | |
parent | b74e3cc636dc7243d7c67a3d8b5ca451be756d4c (diff) | |
download | marcuscom-ports-2fba1a2d8eb914d118a18389a4efb30f38717605.tar marcuscom-ports-2fba1a2d8eb914d118a18389a4efb30f38717605.tar.gz marcuscom-ports-2fba1a2d8eb914d118a18389a4efb30f38717605.tar.bz2 marcuscom-ports-2fba1a2d8eb914d118a18389a4efb30f38717605.tar.lz marcuscom-ports-2fba1a2d8eb914d118a18389a4efb30f38717605.tar.xz marcuscom-ports-2fba1a2d8eb914d118a18389a4efb30f38717605.tar.zst marcuscom-ports-2fba1a2d8eb914d118a18389a4efb30f38717605.zip |
Remove these ports now that they have been added into the FreeBSD ports tree.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1224 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'games/gcompris2/Makefile')
-rw-r--r-- | games/gcompris2/Makefile | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/games/gcompris2/Makefile b/games/gcompris2/Makefile deleted file mode 100644 index 795138e8c..000000000 --- a/games/gcompris2/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# 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= 3 -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.2:${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 - -.include <bsd.port.mk> |