mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
13 lines
273 B
Makefile
13 lines
273 B
Makefile
|
# New ports collection makefile for: python-doc-postscript-a4
|
||
|
# Version required: 1.5.2
|
||
|
# Date created: 02 June 1999
|
||
|
# Whom: Thomas Gellekum <tg@FreeBSD.ORG>
|
||
|
#
|
||
|
# $Id4
|
||
|
#
|
||
|
|
||
|
DOCFORMAT= postscript-a4
|
||
|
MASTERDIR= ${.CURDIR}/../python-doc-html
|
||
|
|
||
|
.include "${MASTERDIR}/Makefile"
|