2013-09-20 20:35:44 +02:00
|
|
|
# Created by: Marc Fonvieille <blackend@FreeBSD.org>
|
2002-09-19 21:42:20 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= figurine
|
|
|
|
PORTVERSION= 1.0.5
|
2012-06-01 07:26:28 +02:00
|
|
|
PORTREVISION= 5
|
2002-09-19 21:42:20 +02:00
|
|
|
CATEGORIES= graphics
|
2009-08-22 02:23:13 +02:00
|
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
2002-09-19 21:42:20 +02:00
|
|
|
|
2014-12-10 23:29:14 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2014-02-05 11:21:20 +01:00
|
|
|
COMMENT= Drawing program for X11
|
|
|
|
|
|
|
|
LICENSE= GPLv2
|
|
|
|
|
|
|
|
OPTIONS_DEFINE= DOCS
|
2002-09-19 21:42:20 +02:00
|
|
|
|
2016-04-01 16:00:51 +02:00
|
|
|
RUN_DEPENDS= fig2dev:print/transfig
|
2002-09-19 21:42:20 +02:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2008-03-21 22:36:23 +01:00
|
|
|
USE_XORG= xpm
|
2002-09-19 21:42:20 +02:00
|
|
|
|
2014-02-05 11:21:20 +01:00
|
|
|
PLIST_FILES= bin/figurine \
|
|
|
|
man/man1/figurine.1.gz
|
|
|
|
|
|
|
|
PORTDOCS= *
|
2002-09-19 21:42:20 +02:00
|
|
|
|
2008-02-25 23:22:46 +01:00
|
|
|
# Optimizations produce bad assembly code on sparc64
|
2015-08-26 20:26:14 +02:00
|
|
|
CFLAGS_sparc64= -O0
|
2008-02-25 23:22:46 +01:00
|
|
|
|
2002-09-19 21:42:20 +02:00
|
|
|
post-patch:
|
2008-02-25 23:22:46 +01:00
|
|
|
@${REINPLACE_CMD} -e 's|datadir = @datadir@|datadir = @datadir@/doc|' \
|
|
|
|
${WRKSRC}/Makefile.in \
|
|
|
|
${WRKSRC}/src/Makefile.in \
|
|
|
|
${WRKSRC}/Doc/Makefile.in \
|
|
|
|
${WRKSRC}/examples/Makefile.in
|
2002-09-19 21:42:20 +02:00
|
|
|
|
2015-08-26 20:26:14 +02:00
|
|
|
post-patch-DOCS-off:
|
|
|
|
@${REINPLACE_CMD} -e "s|Doc examples src|src|" \
|
|
|
|
${WRKSRC}/Makefile.in
|
|
|
|
|
2014-02-05 11:21:20 +01:00
|
|
|
.include <bsd.port.mk>
|