diff options
author | Steve Price <steve@FreeBSD.org> | 1999-05-29 03:46:56 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-05-29 03:46:56 +0000 |
commit | 51ec9126d42f3b55fa2dce2d3ade3b29a7dc4f31 (patch) | |
tree | 9b90eae110fb90dd07c65591140a50be487097cf /devel/glib12/Makefile | |
parent | cb29850f014fac8a239404669a19efac80f72f1d (diff) | |
download | ports-51ec9126d42f3b55fa2dce2d3ade3b29a7dc4f31.tar.gz ports-51ec9126d42f3b55fa2dce2d3ade3b29a7dc4f31.zip |
Notes
Diffstat (limited to 'devel/glib12/Makefile')
-rw-r--r-- | devel/glib12/Makefile | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/devel/glib12/Makefile b/devel/glib12/Makefile index 15f35c833d96..be88e37f4160 100644 --- a/devel/glib12/Makefile +++ b/devel/glib12/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: glib12 -# Version required: 1.2.2 +# Version required: 1.2.3 # Date Created: 28 July 1998 # Whom: Vanilla I. Shu <vanilla@FreeBSD.ORG> # -# $Id: Makefile,v 1.20 1999/05/02 05:21:19 kuriyama Exp $ +# $Id: Makefile,v 1.21 1999/05/06 19:59:12 mharo Exp $ # -DISTNAME= glib-1.2.2 +DISTNAME= glib-1.2.3 CATEGORIES= devel MASTER_SITES= ftp://ftp.gimp.org/pub/gtk/v1.2/ \ ftp://ftp.cs.umn.edu/pub/gimp/gtk/v1.2/ \ @@ -14,11 +14,9 @@ MASTER_SITES= ftp://ftp.gimp.org/pub/gtk/v1.2/ \ MAINTAINER= vanilla@FreeBSD.ORG -GNU_CONFIGURE= yes +USE_LIBTOOL= yes CONFIGURE_ARGS= --includedir=${PREFIX}/include/glib12 -MAN1= glib12-config.1 -post-install: - @${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib +MAN1= glib12-config.1 .include <bsd.port.mk> |