aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/gtk13/Makefile
blob: 5b1388966bb246aa63057f6467b8a021f769152e (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
# New ports collection makefile for:   gtk
# Version required:    971025
# Date Created:                28 Sep 1997
# Whom:                        Vanilla I. Shu <vanilla@MinJe.com.TW>
#
# $Id: Makefile,v 1.1.1.1 1997/10/15 16:07:01 erich Exp $
#

DISTNAME=      gtk+971025
PKGNAME=       gtk-971025
CATEGORIES=    x11
MASTER_SITES=  ftp://ftp.gimp.org/pub/gtk/

MAINTAINER=    vanilla@MinJe.com.TW

GNU_CONFIGURE= yes
USE_GMAKE=     yes
USE_X11=       yes

pre-install:
    @if [ ! -f ${PREFIX}/info/dir ]; then \
    ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \
    fi

.include <bsd.port.mk>