mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
25 lines
416 B
Makefile
25 lines
416 B
Makefile
|
# 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"
|