34 lines
1,022 B
Makefile
34 lines
1,022 B
Makefile
# $NetBSD: Makefile,v 1.33 2020/03/08 16:51:50 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= ssystem-1.6
|
|
PKGREVISION= 7
|
|
CATEGORIES= x11 graphics
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
#HOMEPAGE= http://www1.las.es/~amil/ssystem/
|
|
COMMENT= Solar System Flyby Simulator
|
|
|
|
USE_TOOLS+= flex bison
|
|
|
|
MAKE_FILE= Makefile.FreeBSD
|
|
|
|
DATA_FILES= *.jpg *.dat ssystem.conf
|
|
DOC_FILES= LICENSE README
|
|
|
|
INSTALLATION_DIRS= bin share/ssystem/hires share/doc/ssystem
|
|
|
|
do-install:
|
|
cd ${WRKSRC} && \
|
|
${INSTALL_PROGRAM} ssystem ${DESTDIR}${PREFIX}/bin; \
|
|
${INSTALL_DATA} ${DATA_FILES} ${DESTDIR}${PREFIX}/share/ssystem; \
|
|
${INSTALL_DATA} ${DOC_FILES} ${DESTDIR}${PREFIX}/share/doc/ssystem; \
|
|
${INSTALL_DATA} hires/README ${DESTDIR}${PREFIX}/share/ssystem/hires
|
|
|
|
.include "../../graphics/MesaLib/buildlink3.mk"
|
|
.include "../../graphics/freeglut/buildlink3.mk"
|
|
.include "../../graphics/glu/buildlink3.mk"
|
|
.include "../../mk/jpeg.buildlink3.mk"
|
|
.include "../../x11/libXmu/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|