From 895c5af153b8ea7a40b29e8a7e3279efeb5755d7 Mon Sep 17 00:00:00 2001 From: "Vanilla I. Shu" Date: Tue, 28 Jul 1998 15:22:17 +0000 Subject: Glib is some useful routines for C programming. --- devel/glib12/Makefile | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 devel/glib12/Makefile (limited to 'devel/glib12/Makefile') diff --git a/devel/glib12/Makefile b/devel/glib12/Makefile new file mode 100644 index 000000000000..9ef22acdc305 --- /dev/null +++ b/devel/glib12/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: glib +# Version required: 1.1.0 +# Date Created: 28 July 1998 +# Whom: Vanilla I. Shu +# +# $Id:$ +# + +DISTNAME= glib-1.1.0 +CATEGORIES= devel +MASTER_SITES= ftp://ftp.gimp.org/pub/gtk/v1.1/ \ + ftp://ftp.cs.umn.edu/pub/gimp/gtk/v1.1/ \ + http://www.ameth.org/gimp/pub/gtk/v1.1/ + +MAINTAINER= vanilla@FreeBSD.ORG + +GNU_CONFIGURE= yes +USE_GMAKE= yes + +CONFIGURE_ENV= INSTALL='$${INSTALL} -c' + +post-install: + ${LDCONFIG} -m ${PREFIX}/lib + +.include -- cgit v1.2.3