2004-06-22 11:57:36 +02: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
|
2006-01-10 11:31:46 +01:00
|
|
|
PORTVERSION= 1.3.4
|
2012-06-01 07:26:28 +02:00
|
|
|
PORTREVISION= 7
|
2004-06-22 11:57:36 +02:00
|
|
|
CATEGORIES= graphics kde
|
2009-09-02 17:01:56 +02:00
|
|
|
MASTER_SITES= SF
|
2004-06-22 11:57:36 +02:00
|
|
|
|
2011-07-05 04:51:42 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2004-06-22 11:57:36 +02:00
|
|
|
COMMENT= GUI for potrace, a program for tracing bitmap images
|
|
|
|
|
2004-12-22 18:46:02 +01:00
|
|
|
EXTRA_PATCHES= ${.CURDIR}/../../x11/kde3/files/extrapatch-configure
|
2004-06-22 11:57:36 +02:00
|
|
|
|
2012-12-30 13:03:51 +01:00
|
|
|
DEPRECATED= Depends on QT3; unmaintained
|
|
|
|
EXPIRATION_DATE= 2013-07-01
|
|
|
|
|
2004-06-22 11:57:36 +02:00
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_KDELIBS_VER=3
|
|
|
|
USE_GMAKE= yes
|
2010-12-04 08:34:27 +01:00
|
|
|
USE_AUTOTOOLS= libtool
|
2004-06-22 11:57:36 +02:00
|
|
|
|
2012-06-12 23:42:32 +02:00
|
|
|
OPTIONS_DEFINE= POTRACE AUTOTRACE
|
|
|
|
OPTIONS_DEFAULT= POTRACE AUTOTRACE
|
|
|
|
POTRACE_DESC= potrace backend
|
|
|
|
AUTOTRACE_DESC= Autotrace backend
|
2005-03-04 11:59:27 +01:00
|
|
|
|
2012-06-12 23:42:32 +02:00
|
|
|
.include <bsd.port.options.mk>
|
2005-03-04 11:59:27 +01:00
|
|
|
|
2012-06-12 23:42:32 +02:00
|
|
|
.if ${PORT_OPTIONS:MPOTRACE}
|
2005-03-04 11:59:27 +01:00
|
|
|
RUN_DEPENDS+= potrace:${PORTSDIR}/graphics/potrace
|
|
|
|
.endif
|
|
|
|
|
2012-06-12 23:42:32 +02:00
|
|
|
.if ${PORT_OPTIONS:MAUTOTRACE}
|
2005-03-04 11:59:27 +01:00
|
|
|
RUN_DEPENDS+= autotrace:${PORTSDIR}/graphics/autotrace
|
|
|
|
.endif
|
2004-12-22 18:46:02 +01:00
|
|
|
|
2004-06-22 11:57:36 +02:00
|
|
|
post-patch:
|
2006-01-10 11:31:46 +01:00
|
|
|
@${TOUCH} ${WRKSRC}/aclocal.m4 ${WRKSRC}/config.h.in
|
|
|
|
@${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${TOUCH}
|
2004-06-22 11:57:36 +02:00
|
|
|
@${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT}
|
|
|
|
|
2012-06-12 23:42:32 +02:00
|
|
|
.include <bsd.port.mk>
|