Initial import of p5-Clipboard-0.09:
[pkgsrc.git] / x11 / ssystem / Makefile
1 # $NetBSD$
2 #
3
4 DISTNAME=       ssystem-1.6
5 CATEGORIES=     x11 graphics
6 MASTER_SITES=   ${HOMEPAGE}                     # ${HOMEPAGE}/hires/
7
8 MAINTAINER=     fredb@netbsd.org
9 HOMEPAGE=       http://www1.las.es/~amil/ssystem/
10 COMMENT=        Solar System Flyby Simulator
11
12 BUILD_DEPENDS+= bison:../../devel/bison
13
14 USE_MESA=       yes
15 USE_X11BASE=    yes
16
17 MAKEFILE=       Makefile.FreeBSD
18
19 DATA_FILES=     *.jpg *.dat ssystem.conf
20 DOC_FILES=      LICENSE README
21
22 do-install:
23         cd ${WRKSRC} && \
24             ${INSTALL_PROGRAM} ssystem ${X11BASE}/bin; \
25             ${INSTALL_DATA_DIR} ${X11BASE}/share/ssystem; \
26             ${INSTALL_DATA_DIR} ${X11BASE}/share/doc/ssystem; \
27             ${INSTALL_DATA_DIR} ${X11BASE}/share/ssystem/hires; \
28             ${INSTALL_DATA} ${DATA_FILES} ${X11BASE}/share/ssystem; \
29             ${INSTALL_DATA} ${DOC_FILES} ${X11BASE}/share/doc/ssystem; \
30             ${INSTALL_DATA} hires/README ${X11BASE}/share/ssystem/hires
31
32 .include "../../mk/bsd.pkg.mk"