aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/chbg/Makefile
blob: 5b385d811e0c480639ce62166397a4777f94b5f5 (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
# New ports collection makefile for:    chbg
# Date created:     10 Dec 1999
# Whom:         Peter Jones <p@dancris.com>
#
# $FreeBSD$
#

PORTNAME=   chbg
PORTVERSION=    1.5
CATEGORIES= graphics gnome
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE} \
        http://www.idata.sk/~ondrej/sw/
MASTER_SITE_SUBDIR= ${PORTNAME}
EXTRACT_SUFX=   .tgz

MAINTAINER= netchild@FreeBSD.org

BROKEN=     "Incorrect pkg-plist"

# GNOME parts aren't prefix safe, they install into "gnome-config --prefix"
USE_X_PREFIX=   yes
USE_GNOMENG=    yes
USE_GNOME=  gdkpixbuf
WANT_GNOME= yes
USE_GMAKE=  yes
USE_REINPLACE=  yes
GNU_CONFIGURE=  yes
CONFIGURE_ENV=  CFLAGS="${CFLAGS}" CPPFLAGS="-I${LOCALBASE}/include" \
        LIBS="-L${LOCALBASE}/lib"

.include <bsd.port.pre.mk>

.if ${HAVE_GNOME:Mlibcapplet} != ""
USE_GNOME+= gnomeprefix gnomehack libcapplet
PKGNAMESUFFIX=  -gnome
.else
USE_GNOME+= gtk12
.endif

MAN1=       chbg.1

post-patch:
    @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
        s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure

.include <bsd.port.post.mk>