summaryrefslogtreecommitdiff
path: root/archivers/libmspack/Makefile
diff options
context:
space:
mode:
authorMax Khon <fjoe@FreeBSD.org>2004-11-25 14:02:55 +0000
committerMax Khon <fjoe@FreeBSD.org>2004-11-25 14:02:55 +0000
commit457fb02412a51d39908f180a5a30148937dfeda1 (patch)
tree1c5654f36370020ad4e6b25beb4f4caeb2a8ca28 /archivers/libmspack/Makefile
parent8475635cd8c4dd6af47018193261aca2a7ff541e (diff)
downloadfreebsd-ports-457fb02412a51d39908f180a5a30148937dfeda1.zip
New port: libmspack-0.0.20040308
The purpose of libmspack is to provide both compression and decompression of some loosely related file formats used by Microsoft.
Diffstat (limited to 'archivers/libmspack/Makefile')
-rw-r--r--archivers/libmspack/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/archivers/libmspack/Makefile b/archivers/libmspack/Makefile
new file mode 100644
index 000000000000..1e132669bcf0
--- /dev/null
+++ b/archivers/libmspack/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: libmspack
+# Date created: 25 Nov 2004
+# Whom: Max Khon <fjoe@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= libmspack
+PORTVERSION= 0.0.20040308
+CATEGORIES= archivers
+MASTER_SITES= http://www.kyz.uklinux.net/downloads/
+DISTNAME= ${PORTNAME}-${PORTVERSION}alpha
+
+MAINTAINER= fjoe@FreeBSD.org
+COMMENT= A library for Microsoft compression formats
+
+USE_LIBTOOL_VER= 15
+CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
+INSTALLS_SHLIB= yes
+
+.include <bsd.port.mk>