diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1999-01-07 10:45:13 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1999-01-07 10:45:13 +0000 |
commit | 3a42f958e5b2625f83bc22e22fe0154c2c8c7aae (patch) | |
tree | aa5e7f1e7e21594fbb84b3c921fe7b63bb9eb8a4 /x11/gnome-libs/Makefile | |
parent | cbdc5daf4ba150f07b7c860bb741dee7d2ff1211 (diff) | |
download | ports-3a42f958e5b2625f83bc22e22fe0154c2c8c7aae.tar.gz ports-3a42f958e5b2625f83bc22e22fe0154c2c8c7aae.zip |
Notes
Diffstat (limited to 'x11/gnome-libs/Makefile')
-rw-r--r-- | x11/gnome-libs/Makefile | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/x11/gnome-libs/Makefile b/x11/gnome-libs/Makefile index efabf6c08c90..af752928b7b3 100644 --- a/x11/gnome-libs/Makefile +++ b/x11/gnome-libs/Makefile @@ -1,15 +1,17 @@ # New ports collection makefile for: gnomelibs -# Version required: 0.99.1 +# Version required: 0.99.2 # Date created: 17 June 1998 # Whom: Yukihiro Nakai <Nakai@technologist.com> # -# $Id: Makefile,v 1.21 1999/01/04 08:43:06 vanilla Exp $ +# $Id: Makefile,v 1.22 1999/01/05 02:23:53 vanilla Exp $ # -DISTNAME= gnome-libs-0.99.1 -PKGNAME= gnomelibs-0.99.1 +DISTNAME= gnome-libs-0.99.2 +PKGNAME= gnomelibs-0.99.2 CATEGORIES= x11 MASTER_SITES= ftp://ftp.jimpick.com/pub/mirrors/gnome/sources/ \ + ftp://ftp.geo.net/pub/gnome/sources/ \ + ftp://gnomeftp.wgn.net/pub/gnome/sources/ \ ftp://ftp.gnome.org/pub/GNOME/sources/ MAINTAINER= Nakai@technologist.com @@ -27,6 +29,11 @@ LIB_DEPENDS= gdk_imlib.1:${PORTSDIR}/graphics/imlib \ esd.1:${PORTSDIR}/audio/esound USE_X_PREFIX= yes +.include <bsd.port.pre.mk> + +.if ${OSVERSION} <= 300000 +USE_PERL5= yes +.endif USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ @@ -45,4 +52,4 @@ pre-build: post-install: @${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib -.include <bsd.port.mk> +.include <bsd.port.post.mk> |