build/install the dfortz "dumb terminal" interface; from tonypony76 at mail.com

This commit is contained in:
sthen 2016-10-18 19:19:29 +00:00
parent 329327393f
commit cea35ff4d4
2 changed files with 7 additions and 3 deletions

View File

@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.18 2015/06/04 06:17:38 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.19 2016/10/18 19:19:29 sthen Exp $
COMMENT= curses-based interpreter for Infocom-compatible games
DISTNAME= frotz-2.44
REVISION= 0
CATEGORIES= games
HOMEPAGE= http://frotz.sourceforge.net/
@ -18,7 +19,8 @@ USE_GMAKE= Yes
MAKE_FLAGS= CC="${CC}" OPTS="${CFLAGS}" CONFIG_DIR="${SYSCONFDIR}"
FAKE_FLAGS= PREFIX=${WRKINST}${TRUEPREFIX}
ALL_TARGET= frotz
ALL_TARGET= frotz dfrotz
INSTALL_TARGET= install install_dumb
CFLAGS += -DUSE_UNISTD_H -DCOLOR_SUPPORT -DEMACS_EDITING

View File

@ -1,3 +1,5 @@
@comment $OpenBSD: PLIST,v 1.4 2008/10/24 12:17:23 jasper Exp $
@comment $OpenBSD: PLIST,v 1.5 2016/10/18 19:19:29 sthen Exp $
@bin bin/dfrotz
@bin bin/frotz
@man man/man6/dfrotz.6
@man man/man6/frotz.6