aboutsummaryrefslogtreecommitdiffstats
path: root/devel/glib13/Makefile
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>1998-12-12 11:43:00 +0800
committervanilla <vanilla@FreeBSD.org>1998-12-12 11:43:00 +0800
commitefbbc932bb1896836d9446915e3f13609dbac018 (patch)
tree75e6a4f3dfddc41b92a0f1569557940625e5b04e /devel/glib13/Makefile
parent98166a0746992bb2c31c0459a283508472be2384 (diff)
downloadfreebsd-ports-gnome-efbbc932bb1896836d9446915e3f13609dbac018.tar.gz
freebsd-ports-gnome-efbbc932bb1896836d9446915e3f13609dbac018.tar.zst
freebsd-ports-gnome-efbbc932bb1896836d9446915e3f13609dbac018.zip
Upgrade to 1.1.7, remove BROKEN.
Diffstat (limited to 'devel/glib13/Makefile')
-rw-r--r--devel/glib13/Makefile15
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>