mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
f9a3d788b9
PR: ports/14194 Submitted by: nobutaka@nobutaka.com
24 lines
540 B
Makefile
24 lines
540 B
Makefile
# New ports collection makefile for: glib12
|
|
# Version required: 1.2.5
|
|
# Date Created: 28 July 1998
|
|
# Whom: Vanilla I. Shu <vanilla@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= glib-1.2.5
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ftp://ftp.gimp.org/pub/gtk/v1.2/ \
|
|
ftp://ftp.cs.umn.edu/pub/gimp/gtk/v1.2/ \
|
|
http://www.ameth.org/gimp/gtk/v1.2/
|
|
|
|
MAINTAINER= vanilla@FreeBSD.org
|
|
|
|
USE_LIBTOOL= yes
|
|
LIBTOOLFLAGS= --disable-ltlibs --release-suffix
|
|
CONFIGURE_ARGS= --includedir=${PREFIX}/include/glib12
|
|
|
|
MAN1= glib12-config.1
|
|
|
|
.include <bsd.port.mk>
|