mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
de78af3ac5
Reviewed by: exp8 run on pointyhat Supported by: miwi
35 lines
763 B
Makefile
35 lines
763 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: diacanvas2
|
|
# Date created: Feb 9, 2003
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= diacanvas2
|
|
PORTVERSION= 0.15.4
|
|
PORTREVISION= 2
|
|
CATEGORIES= graphics gnome
|
|
MASTER_SITES= SF/diacanvas/DiaCanvas2/${PORTVERSION}
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A general drawing canvas from dia dialog editor
|
|
|
|
USE_GNOME= gnomehack gnometarget pygnome2
|
|
USE_PYTHON= 2.2+
|
|
USE_GMAKE= yes
|
|
USE_AUTOTOOLS= libtool:22
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
USE_LDCONFIG= yes
|
|
USE_DISPLAY= yes
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e \
|
|
's|unit_tests doc|unit_tests|g' ${WRKSRC}/Makefile.in
|
|
|
|
.include <bsd.port.mk>
|