1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/print/mp-letter/Makefile

33 lines
678 B
Makefile
Raw Normal View History

2000-02-13 03:25:05 +00:00
# ex:ts=8
# Ports collection makefile for: mp (letter)
# Version required: 3.0.1
# Date created: 11 July 1996
# Whom: David O'Brien <obrien@cs.ucdavis.edu>
#
1999-08-31 01:53:22 +00:00
# $FreeBSD$
#
DISTNAME= mp-3.0.1
PKGNAME= mp-${PAPERSIZE}-3.0.1
CATEGORIES= print
1997-01-29 13:20:05 +00:00
MASTER_SITES= ftp://ftp.NUXI.com/pub/misc/ \
ftp://ftp.win.tue.nl/pub/mail/
1997-10-10 06:53:48 +00:00
MAINTAINER= obrien@FreeBSD.org
WRKSRC= ${WRKDIR}/mp
MAN1= mp.1
1998-09-19 01:40:37 +00:00
MLINKS= mp.1 digestp.1 - filep.1 - filofaxp.1 \
- franklinp.1 - mailp.1 - newsp.1 \
- timemanp.1 - timesysp.1
PAPERSIZE?= letter
.if ${PAPERSIZE} == a4
INSTALL_TARGET= install-a4
.endif
pre-patch:
@${CP} ${WRKSRC}/Makefile.dist ${WRKSRC}/Makefile
.include <bsd.port.mk>