12 lines
240 B
Makefile
12 lines
240 B
Makefile
# New ports collection makefile for: c2ps (a4)
|
|
# Date created: 19 March 1997
|
|
# Whom: Matthew Hunt <mph@pobox.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PAPERSIZE= a4
|
|
MASTERDIR= ${.CURDIR}/../c2ps-letter
|
|
|
|
.include "${MASTERDIR}/Makefile"
|