summaryrefslogtreecommitdiff
path: root/devel/physfs-devel/Makefile
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2004-05-15 15:49:17 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2004-05-15 15:49:17 +0000
commit6f316ce2e89f972a4f22e1b97e1dda5e9d58cefa (patch)
treefb8d61358190cc429db453d54fb9920ccfde716f /devel/physfs-devel/Makefile
parentRevert the previous commit. We are in a ports freeze. (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_10_0'.release/4.10.0
Notes
Notes: svn path=/head/; revision=109221 svn path=/tags/RELEASE_4_10_0/; revision=109222; tag=release/4.10.0
Diffstat (limited to 'devel/physfs-devel/Makefile')
-rw-r--r--devel/physfs-devel/Makefile21
1 files changed, 0 insertions, 21 deletions
diff --git a/devel/physfs-devel/Makefile b/devel/physfs-devel/Makefile
deleted file mode 100644
index 9c6750ce3134..000000000000
--- a/devel/physfs-devel/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-# 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= 13
-INSTALLS_SHLIB= yes
-
-.include <bsd.port.mk>