144a1ee175
since they always need a C compiler, even when the source code is completely in C++. For some other packages, stated in the comment that a C compiler is really not needed.
24 lines
575 B
Makefile
24 lines
575 B
Makefile
# $NetBSD: Makefile,v 1.8 2006/07/22 04:46:15 rillig Exp $
|
|
#
|
|
|
|
DISTNAME= xsc-1.5
|
|
PKGREVISION= 2
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://www.panix.com/~mbh/xsc/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.panix.com/~mbh/xsc/
|
|
COMMENT= Star Castle clone
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LANGUAGES= c c++
|
|
INSTALLATION_DIRS= bin
|
|
|
|
.include "../../mk/x11.buildlink3.mk"
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/xsc ${PREFIX}/bin/xsc
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/xsc
|
|
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xsc
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|