summaryrefslogtreecommitdiff
path: root/archivers/libcomprex/Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-11-21 18:03:45 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-11-21 18:03:45 +0000
commit884a3bdcacafebb4f62ae6f370934c6197f6ed33 (patch)
tree05cd133f2fad3078359499ab635aeeff05fad310 /archivers/libcomprex/Makefile
parentFix plots with impulses and boxes (diff)
add libcomprex
Transparently handles automatic compression and decompression of files
Notes
Notes: svn path=/head/; revision=50339
Diffstat (limited to 'archivers/libcomprex/Makefile')
-rw-r--r--archivers/libcomprex/Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/archivers/libcomprex/Makefile b/archivers/libcomprex/Makefile
new file mode 100644
index 000000000000..a052a5c82bc7
--- /dev/null
+++ b/archivers/libcomprex/Makefile
@@ -0,0 +1,27 @@
+# ex:ts=8
+# New ports collection makefile for: libcomprex
+# Date created: Nov 22, 2001
+# Whom: ijliao
+#
+# $FreeBSD$
+#
+
+PORTNAME= libcomprex
+PORTVERSION= 0.1.0
+CATEGORIES= archivers
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= gnupdate
+
+MAINTAINER= ports@FreeBSD.org
+
+LIB_DEPENDS= bz2:${PORTSDIR}/archivers/bzip2 \
+ curl:${PORTSDIR}/ftp/curl
+
+USE_LIBTOOL= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib"
+INSTALLS_SHLIB= yes
+
+MAN1= comprex-config.1
+
+.include <bsd.port.mk>