1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00
freebsd-ports/graphics/figurine/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

42 lines
848 B
Makefile

# Created by: Marc Fonvieille <blackend@FreeBSD.org>
# $FreeBSD$
PORTNAME= figurine
PORTVERSION= 1.0.5
PORTREVISION= 5
CATEGORIES= graphics
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Drawing program for X11
LICENSE= GPLv2
OPTIONS_DEFINE= DOCS
RUN_DEPENDS= fig2dev:print/transfig
GNU_CONFIGURE= yes
USE_XORG= xpm
PLIST_FILES= bin/figurine \
man/man1/figurine.1.gz
PORTDOCS= *
# Optimizations produce bad assembly code on sparc64
CFLAGS_sparc64= -O0
post-patch:
@${REINPLACE_CMD} -e 's|datadir = @datadir@|datadir = @datadir@/doc|' \
${WRKSRC}/Makefile.in \
${WRKSRC}/src/Makefile.in \
${WRKSRC}/Doc/Makefile.in \
${WRKSRC}/examples/Makefile.in
post-patch-DOCS-off:
@${REINPLACE_CMD} -e "s|Doc examples src|src|" \
${WRKSRC}/Makefile.in
.include <bsd.port.mk>