diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-06-06 06:32:32 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-06-06 06:32:32 +0800 |
commit | 5399a7f876c27350a562ae31c826a21af2cf2d36 (patch) | |
tree | fdd83b213ca15761e6b8d9d8f35e5ce84624175f /databases/libgdamm/Makefile | |
parent | 91f884a6f06c64d2adae5aa1bdd960756bb1231e (diff) | |
download | marcuscom-ports-5399a7f876c27350a562ae31c826a21af2cf2d36.tar marcuscom-ports-5399a7f876c27350a562ae31c826a21af2cf2d36.tar.gz marcuscom-ports-5399a7f876c27350a562ae31c826a21af2cf2d36.tar.bz2 marcuscom-ports-5399a7f876c27350a562ae31c826a21af2cf2d36.tar.lz marcuscom-ports-5399a7f876c27350a562ae31c826a21af2cf2d36.tar.xz marcuscom-ports-5399a7f876c27350a562ae31c826a21af2cf2d36.tar.zst marcuscom-ports-5399a7f876c27350a562ae31c826a21af2cf2d36.zip |
Update to 3.99.20.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14183 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'databases/libgdamm/Makefile')
-rw-r--r-- | databases/libgdamm/Makefile | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/databases/libgdamm/Makefile b/databases/libgdamm/Makefile new file mode 100644 index 000000000..a24327d45 --- /dev/null +++ b/databases/libgdamm/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: libglademm +# Date created: 1 Oct 2003 +# Whom: Alexander Nedotsukov <bland@FreeBSD.org> +# +# $FreeBSD$ +# $MCom$ +# + +PORTNAME= libgdamm +PORTVERSION= 3.99.20 +CATEGORIES= databases gnome +MASTER_SITES= GNOME +DIST_SUBDIR= gnome2 + +MAINTAINER= bland@FreeBSD.org +COMMENT= C++ wrapper for libgda4 library + +LIB_DEPENDS= glibmm-2.4:${PORTSDIR}/devel/glibmm +BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 + +USE_AUTOTOOLS= libtool:22 +USE_BZIP2= yes +USE_GMAKE= yes +USE_GNOME= gnomehack libgda4 +GNU_CONFIGURE= yes +USE_LDCONFIG= yes +CONFIGURE_ARGS= --enable-static --disable-documentation + +.include <bsd.port.mk> |