2004-06-22 09:57:36 +00:00
|
|
|
# New ports collection makefile for: potracegui
|
|
|
|
# Date created: Tue Jun 22 10:03:28 CEST 2004
|
|
|
|
# Whom: Markus Brueffer <markus@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= potracegui
|
2004-10-13 14:56:01 +00:00
|
|
|
PORTVERSION= 1.1
|
2004-11-11 23:22:25 +00:00
|
|
|
PORTREVISION= 1
|
2004-06-22 09:57:36 +00:00
|
|
|
CATEGORIES= graphics kde
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
|
|
|
|
MAINTAINER= markus@FreeBSD.org
|
|
|
|
COMMENT= GUI for potrace, a program for tracing bitmap images
|
|
|
|
|
2004-11-11 23:22:25 +00:00
|
|
|
EXTRA_PATCHES= ${.CURDIR}/../../x11/kde3/files/extrapatch-old_configure
|
|
|
|
|
2004-06-22 09:57:36 +00:00
|
|
|
RUN_DEPENDS= potrace:${PORTSDIR}/graphics/potrace
|
|
|
|
|
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_KDELIBS_VER=3
|
|
|
|
USE_GMAKE= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_REINPLACE= yes
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|