mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
22 lines
448 B
Makefile
22 lines
448 B
Makefile
# New ports collection makefile for: physfs
|
|
# Date Created: 26 July 2003
|
|
# Whom: Oliver Lehmann <oliver@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= physfs
|
|
PORTVERSION= 1.0.0
|
|
PORTREVISION= 0
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://icculus.org/${PORTNAME}/downloads/
|
|
|
|
MAINTAINER= oliver@FreeBSD.org
|
|
COMMENT= A library to provide abstract access to various archives
|
|
|
|
USE_GNOME= gnometarget
|
|
USE_LIBTOOL_VER=15
|
|
INSTALLS_SHLIB= yes
|
|
|
|
.include <bsd.port.mk>
|