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

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

Revision 1.2, Wed Oct 26 19:13:19 2011 UTC (12 years, 8 months ago) by yason
Branch: MAIN
Changes since 1.1: +5 -7 lines

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 =		???
LIB_DEPENDS =		graphics/py-Imaging \
			x11/py-wxPython
#REGRESS_DEPENDS =	???


SEPARATE_BUILD =	concurrent
#SEPARATE_BUILD =	simple  (configure/build still recreates files in source)

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

#REGRESS_IS_INTERACTIVE =	Yes

#NO_BUILD =		Yes
#NO_REGRESS =		Yes

WRKDIST =		${WRKDIR}/phatch-0.2.7

#REGRESS_TARGET =	???

.include <bsd.port.mk>