mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
1f1c285bba
Triggered by: distilator Reviewed by: netchild (emulation)
31 lines
804 B
Makefile
31 lines
804 B
Makefile
# New ports collection makefile for: archivers/linux-f10-ucl
|
|
# Date created: 2009-05-03
|
|
# Whom: bsam
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ucl
|
|
PORTVERSION= 1.03
|
|
CATEGORIES= archivers linux
|
|
MASTER_SITES= CRITICAL/rpm/${LINUX_RPM_ARCH}/fedora/${LINUX_DIST_VER}
|
|
PKGNAMEPREFIX= linux-f10-
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION}
|
|
|
|
MAINTAINER= emulation@FreeBSD.org
|
|
COMMENT= UCL, a lossless data compression library (Linux Fedora 10)
|
|
|
|
CONFLICTS= linux-ucl-[0-9]* linux-f8-ucl-[0-9]*
|
|
|
|
USE_LINUX_RPM= yes
|
|
LINUX_DIST_VER= 10
|
|
RPMVERSION= 8.fc9
|
|
USE_LDCONFIG= yes
|
|
|
|
PLIST_FILES= usr/lib/libucl.so.1 usr/lib/libucl.so.1.0.0
|
|
DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}-${PORTVERSION}
|
|
PORTDOCS= COPYING NEWS README THANKS TODO
|
|
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
|
|
|
|
.include <bsd.port.mk>
|