a08f3919de
PLIST and delete everything under the @sample'd directory instead of the directory itself to prevent a warning from pkg_delete(1) trying to remove a non existing directory and to help preventing left-over files and directories.
29 lines
617 B
Makefile
29 lines
617 B
Makefile
# $OpenBSD: Makefile,v 1.7 2011/05/11 06:56:42 ajacoutot Exp $
|
|
|
|
COMMENT= curses-based Lines game
|
|
|
|
DISTNAME= clines-1.0.4
|
|
CATEGORIES= games
|
|
REVISION= 0
|
|
|
|
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
|
|
USE_GROFF = Yes
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/clines
|
|
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/clines
|
|
|
|
.include <bsd.port.mk>
|