openbsd-ports/games/clines/Makefile
2012-12-23 12:25:30 +00:00

30 lines
617 B
Makefile

# $OpenBSD: Makefile,v 1.8 2012/12/23 12:25:30 sthen Exp $
COMMENT= curses-based Lines game
DISTNAME= clines-1.0.4
CATEGORIES= games
REVISION= 1
HOMEPAGE= http://manticore.2y.net/prj/clines-a.html
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB += c ncursesw
MASTER_SITES= http://manticore.2y.net/cgi-bin/dlwct.sh?f=clines/
EXTRACT_SUFX= .tar.bz2
CONFIGURE_STYLE= gnu
USE_GROFF = Yes
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/clines
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/clines
.include <bsd.port.mk>