openbsd-ports/games/clines/Makefile
2006-07-30 09:13:15 +00:00

28 lines
610 B
Makefile

# $OpenBSD: Makefile,v 1.2 2006/07/30 09:13:15 jasper Exp $
COMMENT= "curses-based Lines game"
DISTNAME= clines-1.0.3
PKGNAME= ${DISTNAME}p0
CATEGORIES= games
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 ncurses
MASTER_SITES= http://manticore.2y.net/cgi-bin/dlwct.sh?f=clines/
EXTRACT_SUFX= .tar.bz2
CONFIGURE_STYLE= gnu
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/clines
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/clines
.include <bsd.port.mk>