summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/gtkmm24/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-03-14 09:23:32 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-03-14 09:23:32 +0800
commit10040dd62e8be42bccd5f1ba56ae5b57ec87b60e (patch)
tree2fc1381eb1c0077bcb727342c331ce5b249f5e7b /x11-toolkits/gtkmm24/Makefile
parent6ea8cdadd34fade98a807bf84429806612c65079 (diff)
downloadmarcuscom-ports-10040dd62e8be42bccd5f1ba56ae5b57ec87b60e.tar
marcuscom-ports-10040dd62e8be42bccd5f1ba56ae5b57ec87b60e.tar.gz
marcuscom-ports-10040dd62e8be42bccd5f1ba56ae5b57ec87b60e.tar.bz2
marcuscom-ports-10040dd62e8be42bccd5f1ba56ae5b57ec87b60e.tar.lz
marcuscom-ports-10040dd62e8be42bccd5f1ba56ae5b57ec87b60e.tar.xz
marcuscom-ports-10040dd62e8be42bccd5f1ba56ae5b57ec87b60e.tar.zst
marcuscom-ports-10040dd62e8be42bccd5f1ba56ae5b57ec87b60e.zip
* Remove these ports now that they have been merged into the ports tree.
* Clean out RMPORTS Next stop, GNOME 2.11! git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3935 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/gtkmm24/Makefile')
-rw-r--r--x11-toolkits/gtkmm24/Makefile64
1 files changed, 0 insertions, 64 deletions
diff --git a/x11-toolkits/gtkmm24/Makefile b/x11-toolkits/gtkmm24/Makefile
deleted file mode 100644
index 71ecc725f..000000000
--- a/x11-toolkits/gtkmm24/Makefile
+++ /dev/null
@@ -1,64 +0,0 @@
-# New ports collection makefile for: gtkmm2
-# Date created: 30 September 2002
-# Whom: Martin Klaffenboeck <martin.klaffenboeck@gmx.at>
-#
-# $FreeBSD$
-#
-
-PORTNAME= gtkmm
-PORTVERSION= 2.6.0
-CATEGORIES= x11-toolkits
-MASTER_SITES= ${MASTER_SITE_GNOME} \
- ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:R} \
- gtkmm
-DIST_SUBDIR= gnome2
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= C++ wrapper for Gtk+, Pango, Atk
-
-LIB_DEPENDS= glibmm-2.4.1:${PORTSDIR}/devel/glibmm
-BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4
-
-LATEST_LINK= gtkmm24
-
-USE_BZIP2= yes
-USE_X_PREFIX= yes
-USE_GMAKE= yes
-USE_GCC= 3.4
-USE_INC_LIBTOOL_VER=15
-INSTALLS_SHLIB= yes
-USE_REINPLACE= yes
-USE_GNOME= gnomehack gtk20
-CONFIGURE_ARGS= --enable-static=yes \
- --with-sigc-prefix=${LOCALBASE}
-
-PLIST_SUB= VERSION="2.4" API_VERSION="2.4"
-
-.if defined(WITH_EXAMPLES)
-CONFIGURE_ARGS+=--enable-examples
-PLIST_SUB+= EXAMPLES=""
-.else
-CONFIGURE_ARGS+=--disable-examples
-PLIST_SUB+= EXAMPLES="@comment "
-.endif
-
-post-patch:
- @${REINPLACE_CMD} -e '/^SUBDIRS =/s/tests//' \
- -e '/^SUBDIRS =/s/demos//' \
- ${WRKSRC}/Makefile.in
-.if defined(NOPORTDOCS)
- @${REINPLACE_CMD} -e '/^SUBDIRS =/s/docs//' \
- ${WRKSRC}/Makefile.in
-.endif
-
-patch-autotools:
- @(cd ${PATCH_WRKSRC}; \
- for file in ${LIBTOOLFILES}; do \
- ${CP} $$file $$file.tmp; \
- ${SED} -e "/^ltmain=/s^\$$ac_aux_dir/ltmain.sh^${LTMAIN}^g" \
- $$file.tmp > $$file; \
- ${RM} $$file.tmp; \
- done);
-
-.include <bsd.port.mk>