diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-04-03 01:56:10 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-04-03 01:56:10 +0800 |
commit | a7c6c23d0aad629b7a993a0459e8e0da310b4ad0 (patch) | |
tree | c767a45dbd12c43e7703d24be731f309137d2e09 /x11-toolkits/libbonoboui/Makefile | |
parent | b98d70f07a1f6859346cf6744157ee36f2a472a1 (diff) | |
download | marcuscom-ports-a7c6c23d0aad629b7a993a0459e8e0da310b4ad0.tar marcuscom-ports-a7c6c23d0aad629b7a993a0459e8e0da310b4ad0.tar.gz marcuscom-ports-a7c6c23d0aad629b7a993a0459e8e0da310b4ad0.tar.bz2 marcuscom-ports-a7c6c23d0aad629b7a993a0459e8e0da310b4ad0.tar.lz marcuscom-ports-a7c6c23d0aad629b7a993a0459e8e0da310b4ad0.tar.xz marcuscom-ports-a7c6c23d0aad629b7a993a0459e8e0da310b4ad0.tar.zst marcuscom-ports-a7c6c23d0aad629b7a993a0459e8e0da310b4ad0.zip |
Update to 2.24.3.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13993 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/libbonoboui/Makefile')
-rw-r--r-- | x11-toolkits/libbonoboui/Makefile | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/x11-toolkits/libbonoboui/Makefile b/x11-toolkits/libbonoboui/Makefile new file mode 100644 index 000000000..63c87ad78 --- /dev/null +++ b/x11-toolkits/libbonoboui/Makefile @@ -0,0 +1,34 @@ +# New ports collection makefile for: libbonoboui +# Date created: 04 April 2002 +# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> +# +# $FreeBSD$ +# $MCom$ +# + +PORTNAME= libbonoboui +PORTVERSION= 2.24.3 +PORTREVISION?= 0 +CATEGORIES= x11-toolkits gnome +MASTER_SITES= GNOME +DIST_SUBDIR= gnome + +MAINTAINER= gnome@FreeBSD.org +COMMENT= GUI frontend to the libbonobo component of GNOME 2 + +USE_BZIP2= yes + +.if !defined(REFERENCE_PORT) + +USE_GETTEXT= yes +USE_GMAKE= yes +GNU_CONFIGURE= yes +USE_GNOME= gnomeprefix gnomehack gnomehier intlhack \ + libgnomecanvas libgnome referencehack +USE_LDCONFIG= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" + +.include <bsd.port.mk> + +.endif |