diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-12-12 03:43:00 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-12-12 03:43:00 +0000 |
commit | 8399692183e7b9aad1357e656297f289ce2e5bf8 (patch) | |
tree | 6e913939a9955c47388dd9b4afc2efb111f1c175 /devel/glib13/Makefile | |
parent | 9f4aea764f86f58d07dec8a77b3bea6169491d6e (diff) |
Notes
Diffstat (limited to 'devel/glib13/Makefile')
-rw-r--r-- | devel/glib13/Makefile | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/devel/glib13/Makefile b/devel/glib13/Makefile index 767dbc1c554c..56cd9527efbf 100644 --- a/devel/glib13/Makefile +++ b/devel/glib13/Makefile @@ -1,12 +1,12 @@ -# New ports collection makefile for: glib -# Version required: 1.1.3 +# New ports collection makefile for: glib11-devel +# Version required: 1.1.7 # Date Created: 28 July 1998 # Whom: Vanilla I. Shu <vanilla@FreeBSD.ORG> # -# $Id: Makefile,v 1.7 1998/12/10 13:18:15 vanilla Exp $ +# $Id: Makefile,v 1.8 1998/12/11 08:39:47 asami Exp $ # -DISTNAME= glib-1.1.3 +DISTNAME= glib-1.1.7 CATEGORIES= devel MASTER_SITES= ftp://ftp.gimp.org/pub/gtk/v1.1/ \ ftp://ftp.cs.umn.edu/pub/gimp/gtk/v1.1/ \ @@ -14,17 +14,12 @@ MASTER_SITES= ftp://ftp.gimp.org/pub/gtk/v1.1/ \ MAINTAINER= vanilla@FreeBSD.ORG -BROKEN= upgrade - GNU_CONFIGURE= yes CONFIGURE_ENV= INSTALL='$${INSTALL} -c' -CONFIGURE_ARGS= --includedir=${PREFIX}/include/glib +CONFIGURE_ARGS= --includedir=${PREFIX}/include/glib11d post-install: -# @if [ ! -f ${PREFIX}/info/dir ]; then \ -# ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \ -# fi @${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib .include <bsd.port.mk> |