6fed52b52d
- fix gui images path tweaks and ok ajacoutot@
31 lines
606 B
Makefile
31 lines
606 B
Makefile
# $OpenBSD: Makefile,v 1.3 2008/06/14 06:17:14 eric Exp $
|
|
|
|
COMMENT= online multiplayer version of the Scotland Yard game
|
|
|
|
MODPY_EGG_VERSION= 0.2.1
|
|
DISTNAME= londonlaw-${MODPY_EGG_VERSION}
|
|
PKGNAME= ${DISTNAME}p1
|
|
CATEGORIES= games
|
|
|
|
HOMEPAGE= http://www.eecs.umich.edu/~pelzlpj/londonlaw/
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${HOMEPAGE}
|
|
|
|
MODULES= lang/python
|
|
|
|
RUN_DEPENDS= ::devel/py-twisted/core \
|
|
::x11/py-wxPython
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
pre-configure:
|
|
${SUBST_CMD} ${WRKSRC}/setup.py
|
|
|
|
.include <bsd.port.mk>
|