mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
24 lines
448 B
Makefile
24 lines
448 B
Makefile
COMMENT= curses-based Lines game
|
|
|
|
DISTNAME= clines-1.0.4
|
|
CATEGORIES= games
|
|
REVISION= 3
|
|
|
|
HOMEPAGE= http://manticore.2y.net/prj/clines-a.html
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB += c curses
|
|
|
|
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>
|