summaryrefslogtreecommitdiffstats
path: root/sysutils/gnomebaker/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-04-30 07:57:39 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-04-30 07:57:39 +0800
commit7d48260effbe5918b5e299173d49134f71a7a5f5 (patch)
tree03bcaa0a7a269e086e0a824cc5834cba5be0148d /sysutils/gnomebaker/Makefile
parent5cf584c5931d71f29c1a616e77874d93372c28cb (diff)
downloadmarcuscom-ports-7d48260effbe5918b5e299173d49134f71a7a5f5.tar
marcuscom-ports-7d48260effbe5918b5e299173d49134f71a7a5f5.tar.gz
marcuscom-ports-7d48260effbe5918b5e299173d49134f71a7a5f5.tar.bz2
marcuscom-ports-7d48260effbe5918b5e299173d49134f71a7a5f5.tar.lz
marcuscom-ports-7d48260effbe5918b5e299173d49134f71a7a5f5.tar.xz
marcuscom-ports-7d48260effbe5918b5e299173d49134f71a7a5f5.tar.zst
marcuscom-ports-7d48260effbe5918b5e299173d49134f71a7a5f5.zip
Remove these ports now that they are in the ports tree.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6151 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils/gnomebaker/Makefile')
-rw-r--r--sysutils/gnomebaker/Makefile48
1 files changed, 0 insertions, 48 deletions
diff --git a/sysutils/gnomebaker/Makefile b/sysutils/gnomebaker/Makefile
deleted file mode 100644
index 52fe8b1bf..000000000
--- a/sysutils/gnomebaker/Makefile
+++ /dev/null
@@ -1,48 +0,0 @@
-# New ports collection makefile for: gnomebaker
-# Date created: 2005-02-20
-# Whom: Dominique Goncalves <dominique.goncalves@gmail.com>
-#
-# $FreeBSD$
-
-PORTNAME= gnomebaker
-PORTVERSION= 0.5.0
-PORTREVISION= 3
-CATEGORIES= sysutils gnome
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= gnomebaker
-DIST_SUBDIR= gnome2
-
-MAINTAINER= dominique.goncalves@gmail.com
-COMMENT= A CD/DVD recording GUI for Gnome
-
-OPTIONS= DVD "Enable DVD support" off \
- CJK "Use cdrtools-cjk instead of cdrtools" off
-
-USE_X_PREFIX= yes
-USE_GNOME= gnomeprefix gnomehack libgnomeui desktopfileutils
-GNU_CONFIGURE= yes
-USE_GMAKE= yes
-INSTALLS_OMF= yes
-USE_GCC= 3.4+
-USE_GSTREAMER80= vorbis mad flac
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-
-.include <bsd.port.pre.mk>
-
-RUN_DEPENDS+= cdrdao:${PORTSDIR}/sysutils/cdrdao
-
-.if defined(WITH_CJK)
-RUN_DEPENDS+= cdrecord:${PORTSDIR}/sysutils/cdrtools-cjk
-.else
-RUN_DEPENDS+= cdrecord:${PORTSDIR}/sysutils/cdrtools
-.endif
-
-.if defined(WITH_DVD)
-RUN_DEPENDS+= growisofs:${PORTSDIR}/sysutils/dvd+rw-tools
-.endif
-
-post-install:
- @-update-desktop-database
-
-.include <bsd.port.post.mk>