1e4ca2627d
The package changed with the addition of its libepoll-shim dependency. Otherwise, we can get: ERROR: libepoll-shim>=0.0.20210418 is not installed; can't buildlink files.
34 lines
1 KiB
Makefile
34 lines
1 KiB
Makefile
# $NetBSD: Makefile,v 1.35 2022/08/11 05:09:33 gutteridge Exp $
|
|
#
|
|
|
|
DISTNAME= ssystem-1.6
|
|
PKGREVISION= 9
|
|
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"
|