aboutsummaryrefslogtreecommitdiff
path: root/games/libfov
diff options
context:
space:
mode:
authorAaron Dalton <aaron@FreeBSD.org>2006-08-01 03:11:33 +0000
committerAaron Dalton <aaron@FreeBSD.org>2006-08-01 03:11:33 +0000
commit4e352527c8d35ad2e741f0ba65d08296c82ee12d (patch)
treec58400e87bf5209ef1583531b56ccece6f7f54f6 /games/libfov
parent8fe9a2244a837953236d7118f14b01d263400059 (diff)
downloadports-4e352527c8d35ad2e741f0ba65d08296c82ee12d.tar.gz
ports-4e352527c8d35ad2e741f0ba65d08296c82ee12d.zip
Notes
Diffstat (limited to 'games/libfov')
-rw-r--r--games/libfov/Makefile9
-rw-r--r--games/libfov/distinfo6
-rw-r--r--games/libfov/files/Makefile.bsd4
-rw-r--r--games/libfov/pkg-plist2
4 files changed, 11 insertions, 10 deletions
diff --git a/games/libfov/Makefile b/games/libfov/Makefile
index f15f1e9c350e..a9737778152f 100644
--- a/games/libfov/Makefile
+++ b/games/libfov/Makefile
@@ -6,14 +6,15 @@
#
PORTNAME= libfov
-PORTVERSION= 0.1.2
+PORTVERSION= 1.0.2
CATEGORIES= games devel
-MASTER_SITES= http://members.optushome.com.au/puyo/dev/libfov/
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
+MASTER_SITE_SUBDIR= libfov
MAINTAINER= aaron@FreeBSD.org
-COMMENT= This C library implements a course-grained lighting algorithm
+COMMENT= C library for calculating fields of view on low resolution rasters
-WRKSRC= ${WRKDIR}/${DISTNAME}/src
+WRKSRC= ${WRKDIR}/${DISTNAME}/fov
INSTALLS_SHLIB= yes
post-extract:
diff --git a/games/libfov/distinfo b/games/libfov/distinfo
index 102b2330ae02..6071e31983fe 100644
--- a/games/libfov/distinfo
+++ b/games/libfov/distinfo
@@ -1,3 +1,3 @@
-MD5 (libfov-0.1.2.tar.gz) = ef0e8ddee26433d219216d194c27926e
-SHA256 (libfov-0.1.2.tar.gz) = fa0ae16066cb736acf96f65c0a354f89125f74018912e59d50dc7e90c411c038
-SIZE (libfov-0.1.2.tar.gz) = 178220
+MD5 (libfov-1.0.2.tar.gz) = e0d2a9bd7dc1acf08533624f616ee028
+SHA256 (libfov-1.0.2.tar.gz) = 61ba9824328f544736e88fa076778935cdcf61b910cf5a52edeab080c3ae107a
+SIZE (libfov-1.0.2.tar.gz) = 343401
diff --git a/games/libfov/files/Makefile.bsd b/games/libfov/files/Makefile.bsd
index a97515ecf004..13a905734211 100644
--- a/games/libfov/files/Makefile.bsd
+++ b/games/libfov/files/Makefile.bsd
@@ -1,6 +1,6 @@
LIB= fov
-SHLIB_MAJOR= 0
-SHLIB_MINOR= 1
+SHLIB_MAJOR= 1
+SHLIB_MINOR= 0
SRCS= fov.c
INCS= fov.h
LIBDIR= ${PREFIX}/lib
diff --git a/games/libfov/pkg-plist b/games/libfov/pkg-plist
index 88ce918dfbcf..5634616e74ce 100644
--- a/games/libfov/pkg-plist
+++ b/games/libfov/pkg-plist
@@ -1,5 +1,5 @@
include/fov.h
lib/libfov.a
lib/libfov.so
-lib/libfov.so.0
+lib/libfov.so.1
lib/libfov_p.a