aboutsummaryrefslogtreecommitdiffstats
path: root/print/mpage/Makefile
blob: 2299793191894abda5f9093695f85675ae741d81 (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
26
27
28
29
# New ports collection makefile for:    mpage
# Date created:     19 February 1998
# Whom:         Kapil Chowksey
#
# $FreeBSD$
#

# To override mpage's default paper size of A4, set PAGESIZE to another
# page type.  Some common values include "Letter" (8.5" x 11") and
# "Legal" (8.5" x 14").

PORTNAME=   mpage
PORTVERSION=    2.5.4
CATEGORIES= print
MASTER_SITES=   ftp://ftp.mesa.nl/pub/mpage/
EXTRACT_SUFX=   .tgz

MAINTAINER= ports@FreeBSD.org
COMMENT=    Print multiple pages per sheet of paper

ALL_TARGET= default

MAN1=       mpage.1
PLIST_FILES=    bin/mpage %%DATADIR%%/CP850.PC %%DATADIR%%/ISO+STD+OTH \
        %%DATADIR%%/ISO-8859.1 %%DATADIR%%/ISO-8859.15 \
        %%DATADIR%%/ISO-Latin.1 %%DATADIR%%/ISO-Latin.2
PLIST_DIRS= %%DATADIR%%

.include <bsd.port.mk>