diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1999-06-02 10:19:53 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1999-06-02 10:19:53 +0000 |
commit | 9b02df80ab0faee01dcc7720302989a81b780342 (patch) | |
tree | c7fa43cee6fab2306d91d657b296be3362c4d166 /lang/python-doc-postscript-a4/Makefile | |
parent | e988e2b567d08b874da50531e0a07465c6fe0e00 (diff) | |
download | ports-9b02df80ab0faee01dcc7720302989a81b780342.tar.gz ports-9b02df80ab0faee01dcc7720302989a81b780342.zip |
Notes
Diffstat (limited to 'lang/python-doc-postscript-a4/Makefile')
-rw-r--r-- | lang/python-doc-postscript-a4/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lang/python-doc-postscript-a4/Makefile b/lang/python-doc-postscript-a4/Makefile new file mode 100644 index 000000000000..02d7764c6e11 --- /dev/null +++ b/lang/python-doc-postscript-a4/Makefile @@ -0,0 +1,12 @@ +# 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" |