openbsd-ports/games/omega/Makefile
landry 475b8c9c5e Sprinkle some @mode annotations to match reality (mode 2711 on the
binary, mode 660 on some data files.... *shrug*)
2014-01-24 22:03:45 +00:00

26 lines
520 B
Makefile

# $OpenBSD: Makefile,v 1.13 2014/01/24 22:03:45 landry Exp $
COMMENT= complex rogue-style game of dungeon exploration
VERSION= 0.90.4
DISTFILES= omega-${VERSION}-src.tar.gz
DISTNAME= omega-${VERSION}
REVISION = 2
CATEGORIES= games
MASTER_SITES= http://www.alcyone.com/binaries/omega/
HOMEPAGE= http://www.alcyone.com/max/projects/omega/
# LGPL
PERMIT_PACKAGE_CDROM= Yes
WANTLIB= c curses termcap
WRKDIST= ${WRKDIR}/omega
WRKSRC= ${WRKDIST}
NO_TEST= Yes
ALL_TARGET=
.include <bsd.port.mk>