blob: 497f7554a07e9877ecf06cf6b517b039ce3822f8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# 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
PORTCOMMENT= Print multiple pages per sheet of paper
MAN1= mpage.1
ALL_TARGET= default
.include <bsd.port.mk>
|