blob: 3cf8b2ff776886d57f9cd314ddfa80210a66d8c5 (
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
|
# 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.3
PORTREVISION= 1
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
MAN1= mpage.1
ALL_TARGET= default
.include <bsd.port.mk>
|