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/nut-libupsclient/Makefile | |
parent | caf62b4b2d24b2e3a135d7e327d69ad0a17a9868 (diff) | |
download | ports-5b5a6e0a27aec7104fd92e814b863cd84938dc60.tar.gz ports-5b5a6e0a27aec7104fd92e814b863cd84938dc60.zip |
Notes
Diffstat (limited to 'sysutils/nut-libupsclient/Makefile')
-rw-r--r-- | sysutils/nut-libupsclient/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
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" |