blob: a30575d4c37e14cea2854838f4d38709ca091866 (
plain) (
blame)
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
|
# New ports collection makefile for: pic2fig
# Date created: 14 Jan 2001
# Whom: Patrick Powell <papowell@astart.com>
#
# $FreeBSD$
PORTNAME= pic2fig
PORTVERSION= 1.4
PORTREVISION= 2
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= utilities
EXTRACT_SUFX= .tar.Z
MAINTAINER= papowell@astart.com
COMMENT= Pic format to fig format converter
WRKSRC= ${WRKDIR}/${PORTNAME}
MAN1= pic2fig.1
do-install:
${INSTALL_PROGRAM} -m 755 ${WRKSRC}/pic2fig ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/pic2fig.1 ${PREFIX}/man/man1
.include <bsd.port.mk>
|