aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/inti/Makefile
blob: 832f2877368cc1ba8b28445cdeb8b42406c998b3 (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
# ex:ts=8
# Ports collection makefile for:    intk
# Date created:         Mar 19, 2004
# Whom:             ijliao
#
# $FreeBSD$
#

PORTNAME=   inti
PORTVERSION=    1.2
CATEGORIES= x11-toolkits
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= inti

MAINTAINER= ports@FreeBSD.org
COMMENT=    A set of C++ classes for developing GNOME and GTK+ applications

USE_GNOME=  glib20 gtk20 atk pango gnomehack gnomeprefix
GNU_CONFIGURE=  yes
CONFIGURE_ENV=  CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}" \
        LDFLAGS="${LDFLAGS} ${PTHREAD_LIBS}"
INSTALLS_SHLIB= yes

.if !defined(NOPORTDOCS)
PORTDOCS=   *
.endif

post-configure:
    @${TOUCH} ${WRKSRC}/inti-config.h.in

post-install:
.if !defined(NOPORTDOCS)
    @${MKDIR} ${DOCSDIR}
    @${CP} -R ${WRKSRC}/docs/ ${DOCSDIR}
    @${MKDIR} ${EXAMPLESDIR}
    @${CP} -R ${WRKSRC}/examples/ ${EXAMPLESDIR}
    @${FIND} ${EXAMPLESDIR} -type f | \
        ${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST}
    @${FIND} ${EXAMPLESDIR} -type d | ${SORT} -r | \
        ${SED} 's,^${PREFIX}/,@dirrm ,' >> ${TMPPLIST}
.endif
    @${FIND} ${PREFIX}/share/gnome/inti -type f | \
        ${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST}
    @${FIND} ${PREFIX}/share/gnome/inti -type d | ${SORT} -r | \
        ${SED} 's,^${PREFIX}/,@dirrm ,' >> ${TMPPLIST}

.include <bsd.port.mk>