diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-12-12 10:09:44 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-12-12 10:09:44 +0800 |
commit | 917e8152be562af6b2ba68d30733c029c9b0f7ad (patch) | |
tree | 5bf0b6e773a762e82fff5202df5f0eae4d7911c1 /devel/libglademm/Makefile | |
parent | c79eb2cddd39caa8fb01b318f9ee1f2b41e96dc4 (diff) | |
download | marcuscom-ports-917e8152be562af6b2ba68d30733c029c9b0f7ad.tar marcuscom-ports-917e8152be562af6b2ba68d30733c029c9b0f7ad.tar.gz marcuscom-ports-917e8152be562af6b2ba68d30733c029c9b0f7ad.tar.bz2 marcuscom-ports-917e8152be562af6b2ba68d30733c029c9b0f7ad.tar.lz marcuscom-ports-917e8152be562af6b2ba68d30733c029c9b0f7ad.tar.xz marcuscom-ports-917e8152be562af6b2ba68d30733c029c9b0f7ad.tar.zst marcuscom-ports-917e8152be562af6b2ba68d30733c029c9b0f7ad.zip |
Add libglademm and update to 2.3.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1471 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/libglademm/Makefile')
-rw-r--r-- | devel/libglademm/Makefile | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/devel/libglademm/Makefile b/devel/libglademm/Makefile new file mode 100644 index 000000000..34776b288 --- /dev/null +++ b/devel/libglademm/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: libglademm +# Date created: 22 May 2003 +# Whom: Alexander Nedotsukov <bland@mail.ru> +# +# $FreeBSD: ports/devel/libglademm/Makefile,v 1.5 2003/09/30 06:21:39 bland Exp $ +# + +PORTNAME= libglademm +PORTVERSION= 2.3.0 +CATEGORIES= devel gnome +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.3 +DIST_SUBDIR= gnome2 + +MAINTAINER= bland@FreeBSD.org +COMMENT= C++ wrapper for libglade2 library + +LIB_DEPENDS= gtkmm-2.3.2:${PORTSDIR}/x11-toolkits/gtk--2 +BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 + +USE_X_PREFIX= yes +USE_GMAKE= yes +USE_GNOME= gnomehack lthack libglade2 +USE_LIBTOOL= yes +INSTALLS_SHLIB= yes +CONFIGURE_ARGS= --enable-static + +PLIST_SUB= VERSION="2.3" API_VERSION="2.4" + +.include <bsd.port.mk> |