mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
33 lines
678 B
Makefile
33 lines
678 B
Makefile
|
# 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>
|