aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/gtk30/Makefile
blob: 0136c7202403dd8e981e7db4e83107aaae0b39a1 (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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# New ports collection makefile for:   gtk12
# Version required:     1.2.0
# Date Created:         28 Sep 1997
# Whom:             Vanilla I. Shu <vanilla@MinJe.com.TW>
#
# $Id: Makefile,v 1.44 1999/02/18 04:49:25 vanilla Exp $
#

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

MAINTAINER= vanilla@FreeBSD.ORG

BUILD_DEPENDS=  gettext:${PORTSDIR}/devel/gettext
RUN_DEPENDS=    gettext:${PORTSDIR}/devel/gettext
LIB_DEPENDS=    glib12.1:${PORTSDIR}/devel/glib12

USE_X_PREFIX=   yes
USE_PERL5=  yes
GNU_CONFIGURE=  yes
CONFIGURE_ARGS= --includedir=${PREFIX}/include/gtk12
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include" \
        GLIB_CONFIG="${LOCALBASE}/bin/glib12-config" \
        LIBS="-L${LOCALBASE}/lib"

MAN1=       gtk12-config.1

pre-build:
    ${RM} -rf ${WRKSRC}/docs/gtk.info*

post-install:
    @${MKDIR} ${PREFIX}/share/themes/engines
    @if [ ! -f ${PREFIX}/share/info ]; then \
      ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \
     fi
    @${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
    @${ECHO} '*********************************************************'
    @${ECHO} '*                                                       *'
    @${ECHO} '*     If you want to use autoconf with gtk,             *'
    @${ECHO} '*     Please copy gtk.m4 to /usr/local/share/aclocal    *'
    @${ECHO} '*     by yourself, thanks.                              *'
    @${ECHO} '*                                                       *'
    @${ECHO} '*********************************************************'

.include <bsd.port.mk>