summaryrefslogtreecommitdiff
path: root/x11/libgnome/Makefile
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>1998-09-06 06:34:19 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>1998-09-06 06:34:19 +0000
commitc3bd378e79ffdb4547f68c55e2da8f2c23cad0b3 (patch)
tree61d8925fd06ef54db716e88b2953f052b93bef9d /x11/libgnome/Makefile
parentpages aren't compressed at move time (diff)
GNOME support libraries.
PR: ports/7656 Submitted by: Yukihiro Nakai <Nakai@technologist.com>
Notes
Notes: svn path=/head/; revision=13022
Diffstat (limited to 'x11/libgnome/Makefile')
-rw-r--r--x11/libgnome/Makefile39
1 files changed, 39 insertions, 0 deletions
diff --git a/x11/libgnome/Makefile b/x11/libgnome/Makefile
new file mode 100644
index 000000000000..f0aa0b2fc61a
--- /dev/null
+++ b/x11/libgnome/Makefile
@@ -0,0 +1,39 @@
+# New ports collection makefile for: gnomelibs
+# Version required: 0.27
+# Date created: 17 June 1998
+# Whom: Yukihiro Nakai <Nakai@technologist.com>
+#
+# $Id$
+#
+
+DISTNAME= gnome-libs-0.27
+PKGNAME= gnomelibs-0.27
+CATEGORIES= x11
+MASTER_SITES= ftp://ftp.jimpick.com/pub/mirrors/gnome/sources/ \
+ ftp://ftp.gnome.org/pub/GNOME/sources/
+
+MAINTAINER= Nakai@technologist.com
+
+BUILD_DEPENDS= gettext:${PORTSDIR}/devel/gettext
+LIB_DEPENDS= gdk_imlib\\.1\\.7:${PORTSDIR}/graphics/imlib
+LIB_DEPENDS+= gtk11\\.1\\.:${PORTSDIR}/x11-toolkits/gtk11
+LIB_DEPENDS+= tiff34\\.1\\.:${PORTSDIR}/graphics/tiff34
+LIB_DEPENDS+= jpeg\\.9\\.:${PORTSDIR}/graphics/jpeg
+LIB_DEPENDS+= gif\\.3\\.:${PORTSDIR}/graphics/giflib
+LIB_DEPENDS+= png\\.2\\.:${PORTSDIR}/graphics/png
+LIB_DEPENDS+= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
+
+USE_X_PREFIX= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS+= --localstatedir=${PREFIX}/share/gnome \
+ --datadir=${PREFIX}/share/gnome
+CONFIGURE_ENV= CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
+ LIBS="-L${LOCALBASE}/lib -lxpg4"
+
+pre-build:
+ ( cd ${WRKSRC}/support; ${GMAKE} gnomesupport.h )
+
+post-install:
+ ${LDCONFIG} -m ${PREFIX}/lib
+
+.include <bsd.port.mk>