mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 09:19:15 -04:00
18 lines
391 B
Makefile
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>
|