freebsd-ports/print/mpage/Makefile
Pav Lucistnik 52535f7cf0 - Update to 2.5.4
PR:		ports/73470
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2004-11-05 13:22:00 +00:00

30 lines
734 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.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>