freebsd-ports/graphics/fig2sxd/Makefile
Emanuel Haupt 06a8659340 - Update to 0.21
- Convert to new header format

Feature safe:	yes
2012-10-30 13:40:52 +00:00

30 lines
687 B
Makefile

# Created by: Emanuel Haupt <ehaupt@critical.ch>
# $FreeBSD$
PORTNAME= fig2sxd
PORTVERSION= 0.21
CATEGORIES= graphics converters
MASTER_SITES= CRITICAL SF
DISTNAME= ${PORTNAME}_${PORTVERSION}.orig
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Convert .xfig files to the OpenOffice draw format
USE_GMAKE= yes
MAKE_JOBS_SAFE= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
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>