freebsd-ports/www/trac-wysiwyg/Makefile
Greg Larkin ccf7b80ce2 - Simplify port (use more of bsd.python.mk)
- Fix package build (register with easy-install)

PR:		ports/127968
Submitted by:	mm
Approved by:	beech (mentor, implicit)
2008-10-09 13:40:02 +00:00

35 lines
876 B
Makefile

# New ports collection makefile for: trac-wysiwyg
# Date created: Jan 11 2008
# Whom: Greg Larkin <glarkin@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= wysiwyg
PORTVERSION= 0.2.4353
PORTREVISION= 1
CATEGORIES= www devel python
MASTER_SITES= http://www.sourcehosting.net/freebsd/distfiles/ \
LOCAL/glarkin
PKGNAMEPREFIX= trac-
DISTNAME= ${PORTNAME}plugin-${PORTVERSION}
MAINTAINER= glarkin@FreeBSD.org
COMMENT= WYSIWYG editor for Trac wiki
RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac
USE_ZIP= yes
WRKSRC= ${WRKDIR}/trac${PORTNAME}plugin/0.11
USE_PYTHON= 2.3+
USE_PYDISTUTILS= easy_install
PYDISTUTILS_PKGNAME= TracWysiwyg
PYDISTUTILS_PKGVERSION= ${PORTVERSION:R}
PLIST_SUB+= EGGVERSION=${PORTVERSION:R} PYTHONVERSION=${_PYTHON_VERSION}
PYDISTUTILS_NOEGGINFO= yes
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>