freebsd-ports/devel/pypersrc/Makefile
Joseph Koshy f62971083c Add `pypersrc', a source browser written in Python and C++ that
integrates with Exuberant CTags.
2006-04-18 16:05:57 +00:00

29 lines
682 B
Makefile

# New ports collection makefile for: pypersrc
# Date created: 18 Apr 2006
# Whom: Joseph Koshy <jkoshy@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= pypersrc
PORTVERSION= 20060325
CATEGORIES= devel
MASTER_SITES= ftp://ftp.jimbrooks.org/pypersrc/ \
${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= jkoshy
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= jkoshy@FreeBSD.org
COMMENT= Python/Tkinter based source browser
BUILD_DEPENDS= exctags:${PORTSDIR}/devel/ctags \
${PYTHON_SITELIBDIR}/Pmw:${PORTSDIR}/x11-toolkits/pmw
RUN_DEPENDS= ${BUILD_DEPENDS}
WRKSRC= ${WRKDIR}/${PORTNAME}
USE_PYTHON= yes
USE_GMAKE= yes
HAS_CONFIGURE= yes
CONFIGURE_SCRIPT= configure.sh
.include <bsd.port.mk>