1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/print/pic2fig/Makefile
David W. Chapman Jr. 83d74a8b68 Add patches to fix building on -current correctly
Submitted by:	maintainer
2002-04-04 04:41:10 +00:00

25 lines
551 B
Makefile

# 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
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>