1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
freebsd-ports/devel/physfs/Makefile
Pav Lucistnik da36b717b1 - Update download location
Reported by:	-fetch-original pointyhat run
2009-01-30 21:32:53 +00:00

22 lines
467 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.1
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://offload1.icculus.org:9090/${PORTNAME}/downloads/
MAINTAINER= oliver@FreeBSD.org
COMMENT= A library to provide abstract access to various archives
USE_GNOME= gnometarget
USE_AUTOTOOLS= libtool:15
USE_LDCONFIG= yes
.include <bsd.port.mk>