openbsd-ports/games/alephone/weland/Makefile
robert a7db849eff the mono module handles some dependencies now, so remove the ones that
are not needed anymore and bump pkgname everywhere
2010-04-05 10:52:50 +00:00

41 lines
870 B
Makefile

# $OpenBSD: Makefile,v 1.3 2010/04/05 10:52:50 robert Exp $
COMMENT = marathon / alephone map editor
V = 211
DISTNAME = weland-r${V}-src
PKGNAME = weland-${V}p1
CATEGORIES = games
HOMEPAGE = http://sourceforge.net/projects/weland/
# GPL v2-only
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=weland/}
EXTRACT_SUFX = .zip
MODULES = lang/mono
BUILD_DEPENDS = ${RUN_DEPENDS}
RUN_DEPENDS = ::x11/mono-gtk2
WRKDIST = ${WRKDIR}/weland
pre-configure:
@cp ${FILESDIR}/weland.sh ${WRKSRC}
@${SUBST_CMD} ${WRKSRC}/weland.sh
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/libexec/weland/
${INSTALL_SCRIPT} ${WRKSRC}/Weland.exe ${PREFIX}/libexec/weland/
${INSTALL_SCRIPT} ${WRKSRC}/weland.sh ${PREFIX}/bin/weland
NO_REGRESS = Yes
.include <bsd.port.mk>