aboutsummaryrefslogtreecommitdiff
path: root/devel/physfs-devel/Makefile
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2003-07-26 16:22:18 +0000
committerOliver Lehmann <oliver@FreeBSD.org>2003-07-26 16:22:18 +0000
commit21864d5f393d1dceb25c1289356c0781cd35e0ca (patch)
treefea8e6d7f1b6d26412613213bba47c184915539c /devel/physfs-devel/Makefile
parent39ac94bc8433b950a3ec2455fa0ffdfd9d06c6ca (diff)
downloadports-21864d5f393d1dceb25c1289356c0781cd35e0ca.tar.gz
ports-21864d5f393d1dceb25c1289356c0781cd35e0ca.zip
Notes
Diffstat (limited to 'devel/physfs-devel/Makefile')
-rw-r--r--devel/physfs-devel/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/devel/physfs-devel/Makefile b/devel/physfs-devel/Makefile
new file mode 100644
index 000000000000..7c753a272a64
--- /dev/null
+++ b/devel/physfs-devel/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: physfs
+# Date Created: 26 July 2003
+# Whom: Oliver Lehmann <oliver@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= physfs
+PORTVERSION= 0.1.8
+CATEGORIES= devel
+MASTER_SITES= http://icculus.org/${PORTNAME}/downloads/
+
+MAINTAINER= oliver@FreeBSD.org
+COMMENT= A library to provide abstract access to various archives
+
+USE_LIBTOOL= yes
+GNU_CONFIGURE= yes
+CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
+CONFIGURE_ARGS= --program-transform-name=''
+
+.include <bsd.port.mk>