summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/gtk30/Makefile
blob: e18090a3233fbd354f6b46cbf0f5cd19b05ab6ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# 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.20 1998/06/07 02:05:42 vanilla Exp $
#

DISTNAME=	gtk+-1.0.5
PKGNAME=	gtk-1.0.5
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/

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>
OpenPOWER on IntegriCloud