blob: ce8f194bb439b8c908e33aa257f1e5d3c4a8521d (
plain)
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
26
27
28
29
|
# New ports collection makefile for: poster
# Date created: 15 January 2000
# Whom: Yoshiro MIHIRA <sanpei@sanpei.org>
#
# $FreeBSD$
#
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
COMMENT= Resize a postscript image to print on larger media and/or multiple sheets
ALL_TARGET= poster
MAKEFILE= /dev/null
MAKE_ENV= LDLIBS="-lm"
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>
|