build/install the dfortz "dumb terminal" interface; from tonypony76 at mail.com
This commit is contained in:
parent
329327393f
commit
cea35ff4d4
@ -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
|
COMMENT= curses-based interpreter for Infocom-compatible games
|
||||||
|
|
||||||
DISTNAME= frotz-2.44
|
DISTNAME= frotz-2.44
|
||||||
|
REVISION= 0
|
||||||
CATEGORIES= games
|
CATEGORIES= games
|
||||||
|
|
||||||
HOMEPAGE= http://frotz.sourceforge.net/
|
HOMEPAGE= http://frotz.sourceforge.net/
|
||||||
@ -18,7 +19,8 @@ USE_GMAKE= Yes
|
|||||||
MAKE_FLAGS= CC="${CC}" OPTS="${CFLAGS}" CONFIG_DIR="${SYSCONFDIR}"
|
MAKE_FLAGS= CC="${CC}" OPTS="${CFLAGS}" CONFIG_DIR="${SYSCONFDIR}"
|
||||||
FAKE_FLAGS= PREFIX=${WRKINST}${TRUEPREFIX}
|
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
|
CFLAGS += -DUSE_UNISTD_H -DCOLOR_SUPPORT -DEMACS_EDITING
|
||||||
|
|
||||||
|
@ -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
|
@bin bin/frotz
|
||||||
|
@man man/man6/dfrotz.6
|
||||||
@man man/man6/frotz.6
|
@man man/man6/frotz.6
|
||||||
|
Loading…
x
Reference in New Issue
Block a user