blob: f76f148d04569532b16593bf5370d02fbdf3414c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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"
|