diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-10-25 11:37:29 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-10-25 11:37:29 +0800 |
commit | e934b106497f17545e236bb9644bed935cd118ad (patch) | |
tree | 29839e0cbcfadbf35eac8fc26b9ad2afe1301370 /audio/cantus_3/Makefile | |
parent | 14c9f603eb5d9868d374e46ac865925da109a838 (diff) | |
download | marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.gz marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.bz2 marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.lz marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.xz marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.zst marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.zip |
Remove these now that they have been committed to the FreeBSD ports tree.
Next stop GNOME 2.21.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9875 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'audio/cantus_3/Makefile')
-rw-r--r-- | audio/cantus_3/Makefile | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/audio/cantus_3/Makefile b/audio/cantus_3/Makefile deleted file mode 100644 index 585c19207..000000000 --- a/audio/cantus_3/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -# New ports collection makefile for: cantus_3 -# Date created: 18 May 2004 -# Whom: asa@gascom.ru -# -# $FreeBSD$ -# - -PORTNAME= cantus -PORTVERSION= 3.0.2 -PORTREVISION= 1 -DISTVERSIONSUFFIX= -testing.src -CATEGORIES= audio -MASTER_SITES= SF - -MAINTAINER= ports@FreeBSD.org -COMMENT= Tool for tagging and renaming MP3 and OGG/Vorbis files - -LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 \ - glademm-2.4.1:${PORTSDIR}/devel/libglademm24 \ - ogg.5:${PORTSDIR}/audio/libogg \ - sigc-2.0.0:${PORTSDIR}/devel/libsigc++20 \ - vorbis.4:${PORTSDIR}/audio/libvorbis - -CONFLICTS= cantus-1* -USE_GETTEXT= yes -USE_GMAKE= yes -USE_GNOME= gnomehack gnomeprefix libglade2 glib20 -USE_LDCONFIG= yes -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS= -L${LOCALBASE}/lib -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" -CONFIGURE_ARGS= --program-transform-name="" --disable-static -WRKSRC= ${WRKDIR}/${DISTNAME:S/.src//} - -post-patch: - @${REINPLACE_CMD} -Ee 's|-ldld||g;s|-ldl||g;/ALL_LINGUAS=/s|=(.*)|="\1"|;\ - /LIBS=/s|-lgthr|${PTHREAD_LIBS} &|' ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|-ldl||;s|-lrt||' ${WRKSRC}/source/cantus/Makefile.in - @${REINPLACE_CMD} -e 's|PACKAGE_LIB_DIR "cantus-3.glade"|PACKAGE_DATA_DIR "/cantus/glade/cantus.glade"|'\ - ${WRKSRC}/source/cantus/gui_controller.cc - -.include <bsd.port.mk> |