mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
8281c63cda
algorithm suitable for tile-based games such as roguelikes. Submitted by: aaron Approved by: tobez
23 lines
514 B
Makefile
23 lines
514 B
Makefile
# New ports collection makefile for: libfov
|
|
# Date created: 12 Jan 2006
|
|
# Whom: aaron@FreeBSD.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libfov
|
|
PORTVERSION= 0.1.2
|
|
CATEGORIES= games devel
|
|
MASTER_SITES= http://members.optushome.com.au/puyo/dev/libfov/
|
|
|
|
MAINTAINER= aaron@FreeBSD.org
|
|
COMMENT= This C library implements a course-grained lighting algorithm
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}/src
|
|
INSTALLS_SHLIB= yes
|
|
|
|
post-extract:
|
|
@${CP} ${PATCHDIR}/Makefile.bsd ${WRKSRC}/Makefile
|
|
|
|
.include <bsd.port.mk>
|