1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/x11-toolkits/gtk30/Makefile
Vanilla I. Shu ea522be8c3 Upgrade to 0.99.9.
PR:		ports/6208
Submitted by:	dannyman <dannyman@arh0300.urh.uiuc.edu>
1998-04-04 13:46:31 +00:00

31 lines
668 B
Makefile

# New ports collection makefile for: gtk
# Version required: 0.99.9
# Date Created: 28 Sep 1997
# Whom: Vanilla I. Shu <vanilla@MinJe.com.TW>
#
# $Id: Makefile,v 1.12 1998/03/17 18:36:40 erich Exp $
#
DISTNAME= gtk+-0.99.9
PKGNAME= gtk-0.99.9
CATEGORIES= x11
MASTER_SITES= ftp://ftp.gimp.org/pub/gtk/v0.99/
MAINTAINER= vanilla@FreeBSD.ORG
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_X11= yes
CONFIGURE_ENV= INSTALL='/usr/bin/install -c'
pre-install:
@if [ ! -f ${PREFIX}/info/dir ]; then \
${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \
fi
post-install:
${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>