mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
d1017774df
can't apply patch-aa and it is needless PR: ports/10810 Submitted by: mreimer@vpop.net
28 lines
736 B
Makefile
28 lines
736 B
Makefile
# New ports collection makefile for: glib12
|
|
# Version required: 1.2.0
|
|
# Date Created: 28 July 1998
|
|
# Whom: Vanilla I. Shu <vanilla@FreeBSD.ORG>
|
|
#
|
|
# $Id: Makefile,v 1.18 1999/03/09 01:08:52 nectar Exp $
|
|
#
|
|
|
|
DISTNAME= glib-1.2.1
|
|
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>
|