diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-11-08 07:20:22 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-11-08 07:20:22 +0800 |
commit | ecc692c609745ed2590ee410fcf60f8fc5577767 (patch) | |
tree | 804fc05006975ef53fbc334db1f4ffa42ff9359f /games/gnome-games-extra-data/Makefile | |
parent | 3a142666db7f6854784739853cd212ba74b8b6bd (diff) | |
download | marcuscom-ports-ecc692c609745ed2590ee410fcf60f8fc5577767.tar marcuscom-ports-ecc692c609745ed2590ee410fcf60f8fc5577767.tar.gz marcuscom-ports-ecc692c609745ed2590ee410fcf60f8fc5577767.tar.bz2 marcuscom-ports-ecc692c609745ed2590ee410fcf60f8fc5577767.tar.lz marcuscom-ports-ecc692c609745ed2590ee410fcf60f8fc5577767.tar.xz marcuscom-ports-ecc692c609745ed2590ee410fcf60f8fc5577767.tar.zst marcuscom-ports-ecc692c609745ed2590ee410fcf60f8fc5577767.zip |
Remove these ports now that they have been merged into the ports tree.
Next stop, GNOME 2.9!
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3045 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'games/gnome-games-extra-data/Makefile')
-rw-r--r-- | games/gnome-games-extra-data/Makefile | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/games/gnome-games-extra-data/Makefile b/games/gnome-games-extra-data/Makefile deleted file mode 100644 index cfc08d4f3..000000000 --- a/games/gnome-games-extra-data/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# New ports collection makefile for: gnomegames2-extra-data -# Date created: 16 August 2004 -# Whom: Adam Weinberger <adamw@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= gnomegames2-extra-data -PORTVERSION= 2.8.0 -CATEGORIES= games gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/gnome-games-extra-data/2.8 -DISTNAME= gnome-games-extra-data-${PORTVERSION} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Themes and artwork for the gnomegames2 package - -RUN_DEPENDS= ${X11BASE}/bin/sol:${PORTSDIR}/games/gnomegames2 - -USE_BZIP2= yes -USE_GMAKE= yes -USE_X_PREFIX= yes -GNU_CONFIGURE= yes -USE_GNOME= gnomehack gnomeprefix -CONFIGURE_ARGS= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -.include <bsd.port.mk> |