1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/devel/glib13/Makefile

23 lines
446 B
Makefile
Raw Normal View History

# New ports collection makefile for: glib13
# Date Created: 28 July 1998
# Whom: Vanilla I. Shu <vanilla@FreeBSD.org>
#
1999-08-25 05:57:29 +00:00
# $FreeBSD$
#
2000-04-11 21:30:15 +00:00
PORTNAME= glib
PORTVERSION= 1.3.1
CATEGORIES= devel
MASTER_SITES= ftp://ftp.gimp.org/pub/gtk/v1.3/ \
ftp://ftp.cs.umn.edu/pub/gimp/gtk/v1.3/ \
http://www.ameth.org/gimp/gtk/v1.3/
MAINTAINER= vanilla@FreeBSD.org
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
1999-01-20 21:59:44 +00:00
MAN1= glib-config-2.0.1
.include <bsd.port.mk>