freebsd-ports/print/pic2fig/Makefile

26 lines
595 B
Makefile
Raw Normal View History

# 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
2001-01-28 23:26:55 +01:00
MAINTAINER= papowell@astart.com
2003-02-21 14:28:59 +01:00
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>