aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/gtk30/Makefile
blob: 2231e1d3b0131d14063994fbc2c5bb567511b13b (plain) (blame)
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
# New ports collection makefile for:   gtk
# Version required:     1.1.1
# Date Created:         28 Sep 1997
# Whom:             Vanilla I. Shu <vanilla@MinJe.com.TW>
#
# $Id: Makefile,v 1.22 1998/08/07 23:08:38 asami Exp $
#

DISTNAME=   gtk+-1.1.1
PKGNAME=    gtk-1.1.1
CATEGORIES= x11-toolkits
MASTER_SITES=   ftp://ftp.gimp.org/pub/gtk/v1.1/ \
        ftp://ftp.cs.umn.edu/pub/gimp/gtk/v1.1/ \
        http://www.ameth.org/gimp/pub/gtk/v1.1/

MAINTAINER= vanilla@FreeBSD.ORG

GNU_CONFIGURE=  yes

CONFIGURE_ENV=  INSTALL='$${INSTALL} -c'
CONFIGURE_ARGS= --includedir=${PREFIX}/include/gtk11

post-install:
    ${LDCONFIG} -m ${PREFIX}/lib

.include <bsd.port.mk>