1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/graphics/fig2sxd/Makefile
Emanuel Haupt da0023e69a Update to 0.14
PR:		94105
2006-03-15 10:39:38 +00:00

36 lines
806 B
Makefile

# New ports collection makefile for: fig2sxd
# Date created: 6 Sep 2005
# Whom: Emanuel Haupt <ehaupt@critical.ch>
#
# $FreeBSD$
#
PORTNAME= fig2sxd
PORTVERSION= 0.14
CATEGORIES= graphics converters
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= ${PORTNAME}_${PORTVERSION}.orig
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Convert .xfig files to the OpenOffice draw format
USE_GMAKE= yes
USE_GCC= 3.4+
WRKSRC= ${WRKDIR}/${DISTNAME:C/_/-/}
MAN1= fig2sxd.1
PLIST_FILES= bin/fig2sxd
post-patch:
@${REINPLACE_CMD} -e \
'/^CXX/d; s|^\(all:\).*|\1 $$(TARGET1) fig2sxd.1|' \
${WRKSRC}/${MAKEFILE}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MANPREFIX}/man/man1
.include <bsd.port.mk>