blob: 8ef0f629c8adc54b9a7c2dabdae0f4cb621ccaa4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# New ports collection makefile for: mpage
# Date created: 19 February 1998
# Whom: Kapil Chowksey
#
# $FreeBSD$
#
PORTNAME= mpage
PORTVERSION= 2.5.3
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>
|