freebsd-ports/print/mp-letter/Makefile

32 lines
690 B
Makefile
Raw Normal View History

# New 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-30 21:53:22 -04:00
# $FreeBSD$
#
DISTNAME= mp-3.0.1
PKGNAME= mp-${PAPERSIZE}-3.0.1
CATEGORIES= print
1997-01-29 08:20:05 -05:00
MASTER_SITES= ftp://ftp.NUXI.com/pub/misc/ \
ftp://ftp.win.tue.nl/pub/mail/
1997-10-10 02:53:48 -04:00
MAINTAINER= obrien@FreeBSD.org
WRKSRC= ${WRKDIR}/mp
MAN1= mp.1
1998-09-18 21:40:37 -04: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>