freebsd-ports/games/libfov/Makefile
Aaron Dalton 8281c63cda Adding port games/libfov, a C library which implements a course-grained lighting
algorithm suitable for tile-based games such as roguelikes.

Submitted by: aaron
Approved by: tobez
2006-01-13 16:21:15 +00:00

22 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>