2009-07-07 20:16:00 +02:00
|
|
|
# $NetBSD: Makefile,v 1.22 2009/07/07 18:16:43 joerg Exp $
|
2001-03-26 09:08:59 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= ssystem-1.6
|
2006-02-06 00:08:03 +01:00
|
|
|
PKGREVISION= 3
|
2001-03-26 09:08:59 +02:00
|
|
|
CATEGORIES= x11 graphics
|
2007-02-22 20:01:13 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
2001-03-26 09:08:59 +02:00
|
|
|
|
2007-12-12 21:42:28 +01:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2001-03-26 09:08:59 +02:00
|
|
|
HOMEPAGE= http://www1.las.es/~amil/ssystem/
|
|
|
|
COMMENT= Solar System Flyby Simulator
|
|
|
|
|
2009-07-07 20:16:00 +02:00
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
|
2009-06-30 02:07:09 +02:00
|
|
|
MAKE_JOBS_SAFE= no
|
|
|
|
|
2001-09-28 01:17:41 +02:00
|
|
|
BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison
|
2001-03-26 09:08:59 +02:00
|
|
|
|
2005-08-27 14:51:10 +02:00
|
|
|
USE_TOOLS+= flex
|
2001-03-26 09:08:59 +02:00
|
|
|
USE_X11BASE= yes
|
|
|
|
|
2006-09-09 04:41:53 +02:00
|
|
|
MAKE_FILE= Makefile.FreeBSD
|
2001-03-26 09:08:59 +02:00
|
|
|
|
|
|
|
DATA_FILES= *.jpg *.dat ssystem.conf
|
|
|
|
DOC_FILES= LICENSE README
|
|
|
|
|
2009-07-07 20:16:00 +02:00
|
|
|
INSTALLATION_DIRS= bin share/ssystem/hires share/doc/ssystem
|
2005-06-17 05:50:19 +02:00
|
|
|
|
2001-03-26 09:08:59 +02:00
|
|
|
do-install:
|
|
|
|
cd ${WRKSRC} && \
|
2009-07-07 20:16:00 +02:00
|
|
|
${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
|
2001-03-26 09:08:59 +02:00
|
|
|
|
2004-04-24 02:48:45 +02:00
|
|
|
.include "../../graphics/Mesa/buildlink3.mk"
|
|
|
|
.include "../../graphics/jpeg/buildlink3.mk"
|
2001-03-26 09:08:59 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|