summaryrefslogtreecommitdiff
path: root/graphics/dia/Makefile
blob: 0bf67925bb0f14b0f3bbbf7d01b2b75fdcdb049a (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
# New ports collection makefile for:	dia
# Version required:    0.81
# Date created:        2 November 1999
# Whom:                saper@system.pl
#
# $FreeBSD$
#

DISTNAME=	dia-0.81
CATEGORIES=	graphics
MASTER_SITES=	http://www.lysator.liu.se/~alla/dia/files/

MAINTAINER=	saper@system.pl

LIB_DEPENDS=	gtk12.2:${PORTSDIR}/x11-toolkits/gtk12  \
		xml.5:${PORTSDIR}/textproc/libxml	\
		gdk_imlib.5:${PORTSDIR}/graphics/imlib

GTK_CONFIG?=    ${X11BASE}/bin/gtk12-config

USE_X_PREFIX=   yes
USE_LIBTOOL=	yes

GNU_CONFIGURE=	yes

CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include" \
		GTK_CONFIG="${GTK_CONFIG}" \
		LIBS="-L${LOCALBASE}/lib"

MAN1=		dia.1

.include <bsd.port.mk>