2001-08-29 01:58:15 +02:00
|
|
|
# New ports collection makefile for: py2html
|
|
|
|
# Date created: 15 Nov 2000
|
|
|
|
# Whom: Hye-Shik Chang <perky@python.or.kr>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= py2html
|
2002-03-12 03:44:39 +01:00
|
|
|
PORTVERSION= 0.7
|
2001-08-29 01:58:15 +02:00
|
|
|
CATEGORIES= textproc www python
|
2002-07-01 19:35:17 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
|
|
MASTER_SITE_SUBDIR= perky
|
2002-03-12 03:44:39 +01:00
|
|
|
PKGNAMESUFFIX= -${PYTHON_PKGNAMEPREFIX:S/-//}
|
2001-08-29 01:58:15 +02:00
|
|
|
|
2002-06-25 09:50:58 +02:00
|
|
|
MAINTAINER= perky@FreeBSD.org
|
2003-02-25 07:25:35 +01:00
|
|
|
COMMENT= Python Highlighter for HTML
|
2001-08-29 01:58:15 +02:00
|
|
|
|
|
|
|
USE_PYTHON= yes
|
2002-03-12 03:44:39 +01:00
|
|
|
PLIST_SUB+= PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR:S,^${LOCALBASE}/,,g}
|
|
|
|
MAKE_ENV= PORTSDIR=${PORTSDIR}
|
2001-08-29 01:58:15 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|