schwarze 08b267a247 Drop USE_GROFF and bump.
Mandoc now copes with DocBook lists implemented with \h.
2017-06-02 08:29:19 +00:00

32 lines
572 B
Makefile

# $OpenBSD: Makefile,v 1.6 2017/06/02 08:29:19 schwarze Exp $
COMMENT = turn-based empire game
DISTNAME = vms-empire-1.14
REVISION = 0
CATEGORIES = games
HOMEPAGE = http://www.catb.org/~esr/vms-empire/
# GPLv2
PERMIT_PACKAGE_CDROM = Yes
WANTLIB += c ncurses
MASTER_SITES = http://www.catb.org/~esr/vms-empire/
MAKE_FLAGS = CC="${CC}" \
CFLAGS="${CFLAGS}"
RUN_DEPENDS = devel/desktop-file-utils \
x11/gtk+3,-guic
NO_TEST = Yes
pre-configure:
perl -pi -e 's,/usr,${PREFIX},g;' \
-e 's,share/man,man,g' ${WRKSRC}/Makefile
.include <bsd.port.mk>