diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2005-07-14 08:37:25 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2005-07-14 08:37:25 +0000 |
commit | 5b5a6e0a27aec7104fd92e814b863cd84938dc60 (patch) | |
tree | e3223d50e39fd6a830776b7bab304a12718d7cf5 /sysutils | |
parent | caf62b4b2d24b2e3a135d7e327d69ad0a17a9868 (diff) | |
download | ports-5b5a6e0a27aec7104fd92e814b863cd84938dc60.tar.gz ports-5b5a6e0a27aec7104fd92e814b863cd84938dc60.zip |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/Makefile | 1 | ||||
-rw-r--r-- | sysutils/nut-libupsclient/Makefile | 24 | ||||
-rw-r--r-- | sysutils/nut-libupsclient/pkg-plist | 5 |
3 files changed, 30 insertions, 0 deletions
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 <Joerg.Pulz@frm2.tum.de> +# +# $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 |