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
Satoshi Asami 15df440344 I'm not sure how I missed these before. Move "gtk gtk11 p5-Gtk
p5-Tcl-Tk p5-Tk" from x11 to x11-toolkits.  Note gtk11 is not in the
Makefile because it's a repository copy of gtk awaiting an upgrade
(vanilla, wake up! :).
1998-08-07 23:08:39 +00:00

34 lines
738 B
Makefile

# New ports collection makefile for: gtk
# Version required: 1.0.5
# Date Created: 28 Sep 1997
# Whom: Vanilla I. Shu <vanilla@MinJe.com.TW>
#
# $Id: Makefile,v 1.21 1998/07/30 05:24:38 vanilla Exp $
#
DISTNAME= gtk+-1.0.5
PKGNAME= gtk-1.0.5
CATEGORIES= x11-toolkits
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/
MAINTAINER= vanilla@FreeBSD.ORG
GNU_CONFIGURE= yes
USE_GMAKE= yes
CONFIGURE_ENV= INSTALL='$${INSTALL} -c'
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>