ec6fd84e38
PR: 54173 Submitted by: Alan Amesbury <amesbury@indefi.net>
26 lines
554 B
Makefile
26 lines
554 B
Makefile
# 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>
|