freebsd-ports/devel/pypersrc/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

30 lines
698 B
Makefile

# New ports collection makefile for: pypersrc
# Date created: 18 Apr 2006
# Whom: Joseph Koshy <jkoshy@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= pypersrc
PORTVERSION= 20060325
PORTREVISION= 1
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>