freebsd-ports/www/trac-wysiwyg/Makefile
Philip M. Gollucci 61bcae45bc - Chase devel/apr -> devel/apr1 shuffling
PR:             ports/146553
Submitted by:   myself (pgollucci@)
With Hat:       apache@
2010-05-18 04:08:05 +00:00

36 lines
962 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.7848
PORTREVISION= 2
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.5+
USE_PYDISTUTILS= easy_install
PYDISTUTILS_PKGNAME= TracWysiwyg
PYDISTUTILS_PKGVERSION= ${PORTVERSION:R}
PLIST_SUB+= EGGVERSION=${PORTVERSION:R} PYTHONVERSION=${_PYTHON_VERSION}
PYDISTUTILS_NOEGGINFO= yes
PLIST_FILES= %%PYTHON_SITELIBDIR%%/TracWysiwyg-%%EGGVERSION%%-py%%PYTHONVERSION%%.egg
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>