diff options
author | acm <acm@FreeBSD.org> | 2009-04-29 08:11:21 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2009-04-29 08:11:21 +0800 |
commit | 5a8d10b33f32364ef08f0c16358b91aaff4ca79d (patch) | |
tree | 61da39dbd66156e528812367e295537b5fe7df7a /games/naev-data | |
parent | 1520f78a800879d748703a5c95ac73361d416943 (diff) | |
download | freebsd-ports-gnome-5a8d10b33f32364ef08f0c16358b91aaff4ca79d.tar.gz freebsd-ports-gnome-5a8d10b33f32364ef08f0c16358b91aaff4ca79d.tar.zst freebsd-ports-gnome-5a8d10b33f32364ef08f0c16358b91aaff4ca79d.zip |
- New port: games/naev and games/naev-data
NAEV is a 2d action/rpg space game that combines elements from the action, rpg
and simulation genres.
WWW: http://code.google.com/p/naev/
Diffstat (limited to 'games/naev-data')
-rw-r--r-- | games/naev-data/Makefile | 35 | ||||
-rw-r--r-- | games/naev-data/distinfo | 3 | ||||
-rw-r--r-- | games/naev-data/pkg-descr | 4 |
3 files changed, 42 insertions, 0 deletions
diff --git a/games/naev-data/Makefile b/games/naev-data/Makefile new file mode 100644 index 000000000000..1269fcdde1c5 --- /dev/null +++ b/games/naev-data/Makefile @@ -0,0 +1,35 @@ +# New ports collection makefile for: naev-data +# Date created: 2009-04-26 +# Whom: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= data +PORTVERSION= 0.3.9 +CATEGORIES= games +MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} +PKGNAMEPREFIX= naev- +DISTNAME= ${PORTNAME:S/^/n/}-${PORTVERSION} +EXTRACT_SUFX= # +DIST_SUBDIR= ${PKGNAMEPREFIX:S/-//} + +MAINTAINER= acm@FreeBSD.org +COMMENT= Naev game data file + +PROJECTHOST= ${PKGNAMEPREFIX:S/-//} +NO_BUILD= yes + +DATADIR= ${PREFIX}/share/${PKGNAMEPREFIX:S/-//} +PLIST_FILES= share/${PKGNAMEPREFIX:S/-//}/${PORTNAME:S/^/n/}-${PORTVERSION} +PLIST_DIRS= share/${PKGNAMEPREFIX:S/-//} + +do-extract: + @@${MKDIR} ${WRKSRC} + @${CP} ${_DISTDIR}/${DISTFILES} ${WRKSRC} + +do-install: + @${MKDIR} ${DATADIR} + ${INSTALL_DATA} ${WRKSRC}/${DISTFILES} ${DATADIR} + +.include <bsd.port.mk> diff --git a/games/naev-data/distinfo b/games/naev-data/distinfo new file mode 100644 index 000000000000..257620d9d3ae --- /dev/null +++ b/games/naev-data/distinfo @@ -0,0 +1,3 @@ +MD5 (naev/ndata-0.3.9) = 83dd92bdf1f06bf9634db9df9c6dda0a +SHA256 (naev/ndata-0.3.9) = a66efe693e12e0b028baca32f8e39adc423562cfb79123e891489d598a51ae17 +SIZE (naev/ndata-0.3.9) = 75841558 diff --git a/games/naev-data/pkg-descr b/games/naev-data/pkg-descr new file mode 100644 index 000000000000..83dbc6a78516 --- /dev/null +++ b/games/naev-data/pkg-descr @@ -0,0 +1,4 @@ +NAEV is a 2d action/rpg space game that combines elements from the action, rpg +and simulation genres (data file). + +WWW: http://code.google.com/p/naev/ |