1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/devel/glib13/Makefile
Jun Kuriyama 3eba3aa50a Upgrade to 1.2.2.
I don't know all of the gtk dependency. If it breaks some ports,
please back this out.
1999-05-02 05:21:27 +00:00

28 lines
738 B
Makefile

# New ports collection makefile for: glib12
# Version required: 1.2.2
# Date Created: 28 July 1998
# Whom: Vanilla I. Shu <vanilla@FreeBSD.ORG>
#
# $Id: Makefile,v 1.19 1999/03/26 23:29:08 flathill Exp $
#
DISTNAME= glib-1.2.2
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
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --includedir=${PREFIX}/include/glib12
MAN1= glib12-config.1
post-install:
@if [ ! -f ${PREFIX}/info/dir ]; then \
${SED} -ne '1,/Menu:/p' ${PREFIX}/info/dir > ${PREFIX}/info/dir; \
fi
@${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>