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

31 lines
664 B
Makefile
Raw Normal View History

# New ports collection makefile for: gtk
1998-05-06 09:46:29 +00:00
# Version required: 1.0.1
# Date Created: 28 Sep 1997
# Whom: Vanilla I. Shu <vanilla@MinJe.com.TW>
#
1998-05-06 09:46:29 +00:00
# $Id: Makefile,v 1.15 1998/04/17 13:21:17 erich Exp $
#
1998-05-06 09:46:29 +00:00
DISTNAME= gtk+-1.0.1
PKGNAME= gtk-1.0.1
CATEGORIES= x11
1998-04-17 13:21:21 +00:00
MASTER_SITES= ftp://ftp.gimp.org/pub/gtk/v1.0/
1997-11-30 19:43:24 +00:00
MAINTAINER= vanilla@FreeBSD.ORG
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_X11= yes
1998-03-17 18:36:44 +00:00
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>