aboutsummaryrefslogtreecommitdiff
path: root/graphics/chbg/Makefile
blob: 800ca8e3f4ae7481ba7b56b046b53106f5638cf2 (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:	chbg
# Date created:		10 Dec 1999
# Whom:			Peter Jones <p@dancris.com>
#
# $FreeBSD$
#

PORTNAME=	chbg
PORTVERSION=	0.8.1
CATEGORIES=	graphics
MASTER_SITES=	http://www.idata.sk/~ondrej/sw/
DISTNAME=	${PORTNAME}-0.8pl1
EXTRACT_SUFX=	.tgz

MAINTAINER=	p@dancris.com

LIB_DEPENDS=	gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
		Imlib.5:${PORTSDIR}/graphics/imlib

USE_GMAKE=	yes
GNU_CONFIGURE=	yes
CONFIGURE_ENV=	GTK_CONFIG="${X11BASE}/bin/gtk12-config" \
		CFLAGS="-I${LOCALBASE}/include ${CFLAGS}"

.include <bsd.port.mk>