aboutsummaryrefslogtreecommitdiff
path: root/net/linux-c7-avahi-libs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/linux-c7-avahi-libs/Makefile')
-rw-r--r--net/linux-c7-avahi-libs/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/net/linux-c7-avahi-libs/Makefile b/net/linux-c7-avahi-libs/Makefile
index b8936bc04462..4e7c23f94938 100644
--- a/net/linux-c7-avahi-libs/Makefile
+++ b/net/linux-c7-avahi-libs/Makefile
@@ -1,22 +1,23 @@
# Created by: Piotr Kubaj <pkubaj@anongoth.pl>
# $FreeBSD$
-PORTNAME= avahi-libs
+PORTNAME= avahi
PORTVERSION= 0.6.31
PORTREVISION= 1
CATEGORIES= net linux
-SRC_DISTFILES= avahi-${PORTVERSION}-${RPMVERSION}${SRC_SUFX}:SOURCE
+PKGNAMESUFFIX= -libs
+LIB_DISTNAMES= ${LINUXNAME}-${DISTVERSIONFULL}
MAINTAINER= emulation@FreeBSD.org
COMMENT= Libraries for Avahi (Linux CentOS ${LINUX_DIST_VER})
-CONFLICTS= linux-c6-${PORTNAME}-[0-9]*
+CONFLICTS= linux-c6-${LINUXNAME}-[0-9]*
+DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
+LINUXNAME= ${PORTNAME}${PKGNAMESUFFIX}
RPMVERSION= 17.el7
USES= linux:c7
USE_LDCONFIG= yes
USE_LINUX_RPM= yes
-DESCR= ${.CURDIR}/../avahi/pkg-descr
-
.include <bsd.port.mk>