1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/x11-toolkits/gtk12/Makefile

35 lines
742 B
Makefile
Raw Normal View History

# New ports collection makefile for: gtk
# Version required: 1.0.4
# Date Created: 28 Sep 1997
# Whom: Vanilla I. Shu <vanilla@MinJe.com.TW>
#
# $Id: Makefile,v 1.19 1998/06/01 04:24:01 vanilla Exp $
#
DISTNAME= gtk+-1.0.4
PKGNAME= gtk-1.0.4
1998-06-01 04:24:01 +00:00
CATEGORIES= x11
MASTER_SITES= ftp://ftp.gimp.org/pub/gtk/v1.0/ \
ftp://ftp.cs.umn.edu/pub/gimp/gtk/v1.0/ \
http://www.ameth.org/gimp/pub/gtk/v1.0/
1998-06-01 04:24:01 +00:00
MAINTAINER= vanilla@FreeBSD.ORG
1998-06-01 04:24:01 +00:00
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_X11= yes
CONFIGURE_ENV= INSTALL='$${INSTALL} -c'
1998-03-17 18:36:44 +00:00
MAN1= gtk-config.1
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>