[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / ports / graphics / phatch

File: [local] / ports / graphics / phatch / Attic / Makefile (download)

Revision 1.3, Sun Oct 30 11:08:06 2011 UTC (12 years, 7 months ago) by yason
Branch: MAIN
Changes since 1.2: +3 -10 lines

unbreak build, some cleanup

# $OpenBSD$

COMMENT =		photo batch processor

DISTNAME =		phatch-0.2.7.1

#SHARED_LIBS =		???

CATEGORIES =		graphics

HOMEPAGE =		http://photobatch.stani.be/

#MAINTAINER =		???

# GPLv3
PERMIT_PACKAGE_CDROM =	Yes
PERMIT_PACKAGE_FTP =	Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP =	Yes

#WANTLIB =		???

MASTER_SITES =		${HOMEPAGE}/download/package/

MODULES =		lang/python
#BUILD_DEPENDS =	???
RUN_DEPENDS =		devel/desktop-file-utils
LIB_DEPENDS =		graphics/py-Imaging \
			x11/py-wxPython

SEPARATE_BUILD =	simple

MODPY_ADJ_FILES = 	setup.py bin/phatch docs/update.py phatch/lib/*.py \
			phatch/lib/pyWx/dialogsInspector.py phatch/other/*.py \
			tests/*.py tests/test_suite/*.py \
			tools/change_tags.py phatch/phatch.py

#NO_BUILD =		Yes
NO_REGRESS =		Yes

WRKDIST =		${WRKDIR}/phatch-0.2.7

.include <bsd.port.mk>