17 lines
384 B
Makefile
17 lines
384 B
Makefile
# Created by: Oliver Lehmann <oliver@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= physfs
|
|
PORTVERSION= 3.0.2
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://icculus.org/${PORTNAME}/downloads/
|
|
|
|
MAINTAINER= oliver@FreeBSD.org
|
|
COMMENT= Library to provide abstract access to various archives
|
|
|
|
CONFLICTS_INSTALL= physfs-devel-[0-9]*
|
|
|
|
USES= cmake readline tar:bzip2
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|