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

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>