diff options
author | lme <lme@FreeBSD.org> | 2014-10-06 17:48:38 +0800 |
---|---|---|
committer | lme <lme@FreeBSD.org> | 2014-10-06 17:48:38 +0800 |
commit | baf2538862b14381b01a9eddec03d165b36f4776 (patch) | |
tree | b42ef326c9d38cb6ec367c06f7496abf86f93506 /net | |
parent | f6c8dabd70f734e45a1331c7efb893f77403107e (diff) | |
download | freebsd-ports-gnome-baf2538862b14381b01a9eddec03d165b36f4776.tar.gz freebsd-ports-gnome-baf2538862b14381b01a9eddec03d165b36f4776.tar.zst freebsd-ports-gnome-baf2538862b14381b01a9eddec03d165b36f4776.zip |
Add net/linux-c6-avahi-libs and add it as a dependency of emulators/linux-c6.
Differential Revision: D902
Approved by: portmgr (bapt)
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/linux-c6-avahi-libs/Makefile | 22 | ||||
-rw-r--r-- | net/linux-c6-avahi-libs/distinfo.i686 | 4 |
3 files changed, 27 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index c02836c2f443..ce0c51b0c4f3 100644 --- a/net/Makefile +++ b/net/Makefile @@ -326,6 +326,7 @@ SUBDIR += linc-reference SUBDIR += linknx SUBDIR += linphone + SUBDIR += linux-c6-avahi-libs SUBDIR += linux-c6-openldap SUBDIR += linux-c6-tcp_wrappers-libs SUBDIR += linux-f10-nss_ldap diff --git a/net/linux-c6-avahi-libs/Makefile b/net/linux-c6-avahi-libs/Makefile new file mode 100644 index 000000000000..19f44f50b224 --- /dev/null +++ b/net/linux-c6-avahi-libs/Makefile @@ -0,0 +1,22 @@ +# Created by: lme +# $FreeBSD$ + +PORTNAME= avahi-libs +PORTVERSION= 0.6.25 +CATEGORIES= net linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Libraries for Avahi (Linux CentOS ${LINUX_DIST_VER}) + +USE_LINUX= c6 +USE_LINUX_RPM= yes + +RPMVERSION= 12.el6 +USE_LDCONFIG= yes +SRC_DISTFILES= ${PORTNAME:S/-libs//}-${PORTVERSION}-${RPMVERSION}${SRC_SUFX} +DESCR= ${.CURDIR}/../avahi/pkg-descr + +PLIST_FILES= usr/lib/libavahi-client.so.3 usr/lib/libavahi-client.so.3.2.5 \ + usr/lib/libavahi-common.so.3 usr/lib/libavahi-common.so.3.5.1 + +.include <bsd.port.mk> diff --git a/net/linux-c6-avahi-libs/distinfo.i686 b/net/linux-c6-avahi-libs/distinfo.i686 new file mode 100644 index 000000000000..67f4c036d1b3 --- /dev/null +++ b/net/linux-c6-avahi-libs/distinfo.i686 @@ -0,0 +1,4 @@ +SHA256 (rpm/i686/centos/6.5/avahi-libs-0.6.25-12.el6.i686.rpm) = 337a51ed1a94c8341355468dccb78641585cfc7470551b327a72b1f3c231aad4 +SIZE (rpm/i686/centos/6.5/avahi-libs-0.6.25-12.el6.i686.rpm) = 55556 +SHA256 (rpm/i686/centos/6.5/avahi-0.6.25-12.el6.src.rpm) = 130130d03ec230cf0e47e0286a34d883f0cb0f131acde51f7adbae5d7375d9a2 +SIZE (rpm/i686/centos/6.5/avahi-0.6.25-12.el6.src.rpm) = 1129923 |