1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-15 23:50:44 +00:00
freebsd-ports/x11-toolkits/gtk12/Makefile
Vanilla I. Shu 40ab4b8c1b Upgrage to 971201
Submitted by:	pvh@leftside.uwc.ac.za
1997-12-03 21:17:36 +00:00

26 lines
572 B
Makefile

# New ports collection makefile for: gtk
# Version required: 971201
# Date Created: 28 Sep 1997
# Whom: Vanilla I. Shu <vanilla@MinJe.com.TW>
#
# $Id: Makefile,v 1.4 1997/11/30 19:36:53 vanilla Exp $
#
DISTNAME= gtk+-971201
PKGNAME= gtk-971201
CATEGORIES= x11
MASTER_SITES= ftp://ftp.gimp.org/pub/gtk/
MAINTAINER= vanilla@FreeBSD.ORG
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_X11= yes
pre-install:
@if [ ! -f ${PREFIX}/info/dir ]; then \
${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \
fi
.include <bsd.port.mk>