diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2006-05-10 01:17:49 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2006-05-10 01:17:49 +0000 |
commit | ddc1f29a30714795cf48691ebdd458e23c4f68a4 (patch) | |
tree | d311227f41b3e0cd560e06a255ae714f0d90bae8 /x11-toolkits/libbonoboui/Makefile | |
parent | e78b2d8718eacabc0d71e5e2492232003395e633 (diff) | |
download | ports-ddc1f29a30714795cf48691ebdd458e23c4f68a4.tar.gz ports-ddc1f29a30714795cf48691ebdd458e23c4f68a4.zip |
Notes
Diffstat (limited to 'x11-toolkits/libbonoboui/Makefile')
-rw-r--r-- | x11-toolkits/libbonoboui/Makefile | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/x11-toolkits/libbonoboui/Makefile b/x11-toolkits/libbonoboui/Makefile index 774136d2fec5..1f3dab876df5 100644 --- a/x11-toolkits/libbonoboui/Makefile +++ b/x11-toolkits/libbonoboui/Makefile @@ -17,14 +17,22 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= GUI frontend to the libbonobo component of GNOME 2 USE_BZIP2= yes +PREFIX?= ${X11BASE} + +.if !defined(REFERENCE_PORT) + +PORTREVISION= 1 + USE_GETTEXT= yes -USE_X_PREFIX= yes +USE_XLIB= yes USE_GMAKE= yes GNU_CONFIGURE= yes USE_GNOME= gnomeprefix gnomehack gnomehier intlhack \ - libgnomecanvas libgnome + libgnomecanvas libgnome referencehack INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" .include <bsd.port.mk> + +.endif |