mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
12 lines
260 B
Makefile
12 lines
260 B
Makefile
# New ports collection makefile for: python-doc-postscript-letter
|
|
# Date created: 02 June 1999
|
|
# Whom: Thomas Gellekum <tg@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DOCFORMAT= postscript-letter
|
|
MASTERDIR= ${.CURDIR}/../python-doc-html
|
|
|
|
.include "${MASTERDIR}/Makefile"
|