aboutsummaryrefslogtreecommitdiff
path: root/archivers/lzmalib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'archivers/lzmalib/Makefile')
-rw-r--r--archivers/lzmalib/Makefile20
1 files changed, 0 insertions, 20 deletions
diff --git a/archivers/lzmalib/Makefile b/archivers/lzmalib/Makefile
deleted file mode 100644
index 1e356caf8bba..000000000000
--- a/archivers/lzmalib/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-# Created by: Martin Wilke <miwi@FreeBSD.org>
-
-PORTNAME= lzmalib
-PORTVERSION= 0.0.1
-PORTREVISION= 1
-CATEGORIES= archivers
-MASTER_SITES= http://tokyocabinet.sourceforge.net/misc/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Thin wrapper library of LZMA
-
-USES= gmake
-GNU_CONFIGURE= yes
-USE_LDCONFIG= yes
-
-post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/lzmacmd
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/liblzma.so
-
-.include <bsd.port.mk>