freebsd-ports/games/adonthell-wastesedge/Makefile
2023-04-25 17:17:15 +02:00

31 lines
761 B
Makefile

PORTNAME= wastesedge
PORTVERSION= 0.3.8
PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= SAVANNAH/adonthell
PKGNAMEPREFIX= adonthell-
DISTFILES= ${PORTNAME}-src-${PORTVERSION}${EXTRACT_SUFX}
MAINTAINER= ports@FreeBSD.org
COMMENT= Role playing game for the Adonthell engine
WWW= https://adonthell.nongnu.org/
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= adonthell:games/adonthell
RUN_DEPENDS= adonthell:games/adonthell
USES= gettext-tools
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-pyc \
--with-adonthell-binary=${LOCALBASE}/bin/adonthell
DATADIR= ${PREFIX}/share/adonthell/games/wastesedge
NO_ARCH= yes
post-patch:
@${REINPLACE_CMD} -e \
's|test $$adonthell_major_ver -eq 0 .*|true ;|' ${WRKSRC}/configure
.include <bsd.port.mk>