ports/devel/physfs-devel/Makefile
2018-08-25 19:58:59 +00:00

18 lines
391 B
Makefile

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