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

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

Revision 1.1.1.1 (vendor branch), Mon Mar 7 22:22:01 2011 UTC (13 years, 4 months ago) by yason
Branch: yason
CVS Tags: import
Changes since 1.1: +0 -0 lines

initial import

# $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  (build simultaneously on all arches)
#SEPARATE_BUILD =	simple  (configure/build still recreates files in source)

MODPY_ADJ_FILES = 	setup.py bin/phatch docs/update.py phatch/lib/metadataTest.py \
			phatch/lib/system.py phatch/lib/pyWx/dialogsInspector.py \
			phatch/other/EXIF.py phatch/other/pep8.py phatch/other/surd.py \
			tests/acceptance_test.py tests/doc_test.py tests/license_test.py \
			tests/pep8_test.py tests/test_suite/bzr_precommit_test.py \
			tests/test_suite/config.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>