aboutsummaryrefslogtreecommitdiff
path: root/print/pic2fig/Makefile
blob: 548a0b9a8c1c4ad289a5f054daeee1a07733f2cf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: Patrick Powell <papowell@astart.com>

PORTNAME=	pic2fig
PORTVERSION=	1.4
PORTREVISION=	2
CATEGORIES=	print
MASTER_SITES=	XCONTRIB/utilities

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Pic format to fig format converter

USES=		tar:Z
WRKSRC=		${WRKDIR}/${PORTNAME}
CFLAGS+=	-Wno-return-type
PLIST_FILES=	bin/pic2fig man/man1/pic2fig.1.gz

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

.include <bsd.port.mk>