From 5b5a6e0a27aec7104fd92e814b863cd84938dc60 Mon Sep 17 00:00:00 2001 From: Sergey Matveychuk Date: Thu, 14 Jul 2005 08:37:25 +0000 Subject: Slave port to sysutils/nut: the libupsclient archive and headers PR: ports/83318 Submitted by: Joerg Pulz --- sysutils/Makefile | 1 + sysutils/nut-libupsclient/Makefile | 24 ++++++++++++++++++++++++ sysutils/nut-libupsclient/pkg-plist | 5 +++++ 3 files changed, 30 insertions(+) create mode 100644 sysutils/nut-libupsclient/Makefile create mode 100644 sysutils/nut-libupsclient/pkg-plist diff --git a/sysutils/Makefile b/sysutils/Makefile index 136b5e3ed338..c121f70c169a 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -320,6 +320,7 @@ SUBDIR += nrg2iso SUBDIR += ntfsprogs SUBDIR += nut + SUBDIR += nut-libupsclient SUBDIR += nvclock SUBDIR += nvtv SUBDIR += nwclient diff --git a/sysutils/nut-libupsclient/Makefile b/sysutils/nut-libupsclient/Makefile new file mode 100644 index 000000000000..f76f148d0456 --- /dev/null +++ b/sysutils/nut-libupsclient/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: nut-libupsclient +# Date created: 08 Jul 2005 +# Whom: Joerg Pulz +# +# $FreeBSD$ +# + +COMMENT= Network UPS Tools - upsclient library + +# Local variables +# + +USE_GNOME= pkgconfig +USE_REINPLACE= yes + +PLIST= ${.CURDIR}/pkg-plist +SUBSYS= libupsclient + +# Local overrides +# + +MASTERDIR= ${.CURDIR}/../nut + +.include "${MASTERDIR}/Makefile" diff --git a/sysutils/nut-libupsclient/pkg-plist b/sysutils/nut-libupsclient/pkg-plist new file mode 100644 index 000000000000..4fc444dcd4e7 --- /dev/null +++ b/sysutils/nut-libupsclient/pkg-plist @@ -0,0 +1,5 @@ +bin/libupsclient-config +include/parseconf.h +include/upsclient.h +lib/libupsclient.a +libdata/pkgconfig/libupsclient.pc -- cgit v1.2.3