mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
13 lines
195 B
Makefile
13 lines
195 B
Makefile
# Created by: kline
|
|
# $FreeBSD$
|
|
|
|
CONFLICTS= enscript-letter-* enscript-letterdj-*
|
|
|
|
PAPERSIZE= a4
|
|
PS= A4
|
|
|
|
MASTERDIR= ${.CURDIR}/../enscript-letter
|
|
|
|
NO_STAGE= yes
|
|
.include "${MASTERDIR}/Makefile"
|