2003-07-26 18:22:18 +02:00
|
|
|
# New ports collection makefile for: physfs
|
|
|
|
# Date Created: 26 July 2003
|
|
|
|
# Whom: Oliver Lehmann <oliver@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= physfs
|
2005-07-24 15:02:43 +02:00
|
|
|
PORTVERSION= 1.0.1
|
2006-02-23 11:40:44 +01:00
|
|
|
PORTREVISION= 1
|
2003-07-26 18:22:18 +02:00
|
|
|
CATEGORIES= devel
|
2005-07-24 15:02:43 +02:00
|
|
|
MASTER_SITES= http://offload1.icculus.org/${PORTNAME}/downloads/
|
2003-07-26 18:22:18 +02:00
|
|
|
|
|
|
|
MAINTAINER= oliver@FreeBSD.org
|
|
|
|
COMMENT= A library to provide abstract access to various archives
|
|
|
|
|
2003-09-29 21:38:33 +02:00
|
|
|
USE_GNOME= gnometarget
|
2005-11-15 07:52:12 +01:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
2003-07-29 05:36:26 +02:00
|
|
|
INSTALLS_SHLIB= yes
|
2003-07-26 18:22:18 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|