freebsd-ports/print/poster/Makefile

28 lines
619 B
Makefile
Raw Normal View History

# New ports collection makefile for: poster
# Date created: 15 January 2000
# Whom: Yoshiro MIHIRA <sanpei@sanpei.org>
#
# $FreeBSD$
#
2000-04-09 13:50:59 -04:00
PORTNAME= poster
PORTVERSION= 1.0
CATEGORIES= print
MASTER_SITES= ftp://ftp.ics.ele.tue.nl/pub/users/jos/poster/
DISTNAME= poster
MAINTAINER= sanpei@FreeBSD.org
2003-02-22 08:24:09 -05:00
COMMENT= Resize a postscript image to print on larger media and/or multiple sheets
ALL_TARGET= poster
NO_WRKSUBDIR= yes
MAN1= poster.1
PLIST_FILES= bin/poster
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/${DISTNAME} ${PREFIX}/bin
@${INSTALL_DATA} ${WRKSRC}/${DISTNAME}.1 ${PREFIX}/man/man1/
.include <bsd.port.mk>