f526707346
- specify license marker - install .desktop file - re-format DESCR from Joerg Zinke with some suggestions by me
34 lines
674 B
Makefile
34 lines
674 B
Makefile
# $OpenBSD: Makefile,v 1.5 2008/10/08 21:32:51 jasper Exp $
|
|
|
|
COMMENT= SPE -- Stani's Python Editor
|
|
|
|
V= 0.8.4
|
|
DISTNAME= spe-$V.h-wx2.6.1.0
|
|
PKGNAME= spe-$Vh
|
|
CATEGORIES= devel
|
|
|
|
HOMEPAGE= http://pythonide.stani.be/
|
|
|
|
MAINTAINER= Joerg Zinke <umaxx@oleco.net>
|
|
|
|
# GPLv3
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_BERLIOS:=python/}
|
|
|
|
WRKDIST= ${WRKDIR}/spe-$V.h
|
|
|
|
MODULES= lang/python
|
|
|
|
RUN_DEPENDS= :desktop-file-utils-*:devel/desktop-file-utils \
|
|
:py-wxPython-*:x11/py-wxPython \
|
|
:py-crypto-*:security/py-crypto \
|
|
:py-Checker-*:devel/py-Checker
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
.include <bsd.port.mk>
|