mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
13 lines
262 B
Makefile
13 lines
262 B
Makefile
|
# New ports collection makefile for: c2ps (a4)
|
||
|
# Version required: 4.0
|
||
|
# Date created: 19 March 1997
|
||
|
# Whom: Matthew Hunt <mph@pobox.com>
|
||
|
#
|
||
|
# $Id$
|
||
|
#
|
||
|
|
||
|
PAPERSIZE= a4
|
||
|
MASTERDIR= ${.CURDIR}/../c2ps-letter
|
||
|
|
||
|
.include "${MASTERDIR}/Makefile"
|