1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/devel/happydoc/Makefile
2001-03-26 14:04:52 +00:00

27 lines
541 B
Makefile

# ex:ts=8
# New ports collection makefile for: happydoc
# Date created: Dec 29, 2000
# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= happydoc
PORTVERSION= 1.4
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= HappyDoc_r${PORTVERSION:S/./_/}
MAINTAINER= ijliao@FreeBSD.org
USE_PYTHON= yes
NO_BUILD= yes
WRKSRC= ${WRKDIR}/${DISTNAME:S/_r/-r/}
do-install:
@(cd ${WRKSRC}; ${PYTHON_CMD} ./setup.py install)
.include <bsd.port.mk>