aboutsummaryrefslogtreecommitdiff
path: root/devel/libglademm24/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/libglademm24/Makefile')
-rw-r--r--devel/libglademm24/Makefile29
1 files changed, 0 insertions, 29 deletions
diff --git a/devel/libglademm24/Makefile b/devel/libglademm24/Makefile
deleted file mode 100644
index 4c9e7a70fc01..000000000000
--- a/devel/libglademm24/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# New ports collection makefile for: libglademm
-# Date created: 22 May 2003
-# Whom: Alexander Nedotsukov <bland@mail.ru>
-#
-# $FreeBSD$
-#
-
-PORTNAME= libglademm
-PORTVERSION= 2.1.2
-PORTREVISION= 2
-CATEGORIES= devel gnome
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= gtkmm
-DIST_SUBDIR= gnome2
-
-MAINTAINER= bland@FreeBSD.org
-COMMENT= C++ wrapper for libglade2 library
-
-LIB_DEPENDS= gtkmm-2.0:${PORTSDIR}/x11-toolkits/gtk--2
-BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4
-
-USE_X_PREFIX= yes
-USE_GMAKE= yes
-USE_GNOME= gnomehack libglade2
-USE_LIBTOOL_VER= 13
-INSTALLS_SHLIB= yes
-CONFIGURE_ARGS= --enable-static
-
-.include <bsd.port.mk>