summaryrefslogtreecommitdiffstats
path: root/graphics/fig2sxd/Makefile
blob: 5af9394a5d217fac2cf0894cb68e11bf8e8d339c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# New ports collection makefile for:	fig2sxd
# Date created:				6 Sep 2005
# Whom:					Emanuel Haupt <ehaupt@critical.ch>
#
# $FreeBSD$
#

PORTNAME=	fig2sxd
PORTVERSION=	0.13
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

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
	${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MANPREFIX}/man/man1

.include <bsd.port.mk>
OpenPOWER on IntegriCloud