summaryrefslogtreecommitdiff
path: root/archivers/linux-f10-ucl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'archivers/linux-f10-ucl/Makefile')
-rw-r--r--archivers/linux-f10-ucl/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/archivers/linux-f10-ucl/Makefile b/archivers/linux-f10-ucl/Makefile
new file mode 100644
index 000000000000..2143d1b9eb3e
--- /dev/null
+++ b/archivers/linux-f10-ucl/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: archivers/linux-ucl
+# Date created: 03 Jun 2007
+# Whom: Boris Samorodov <bsam@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= ucl
+PORTVERSION= 1.03
+CATEGORIES= archivers linux
+MASTER_SITE_SUBDIR= ../extras/${LINUX_DIST_VER}/${LINUX_RPM_ARCH}
+DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION}
+
+MAINTAINER= emulation@FreeBSD.org
+COMMENT= RPM of UCL, a lossless data compression library
+
+USE_LINUX_RPM= yes
+RPMVERSION= 3
+LINUX_DIST_VER= 4
+INSTALLS_SHLIB= yes
+MASTER_SITE_SRC_SUBDIR= ../extras/${LINUX_DIST_VER}/SRPMS
+DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
+
+.include <bsd.port.mk>