summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2013-11-27 16:18:00 +0000
committersunpoet <sunpoet@FreeBSD.org>2013-11-27 16:18:00 +0000
commit274f722903a0cabe57b341898b6e382b713d2862 (patch)
treee584acfe600b0379e2f7f9ebe9368fa2ba2f5cec
parent182e4fd390bb1dc3dd6447bb6a2db7f47c5dfb94 (diff)
downloadFreeBSD-ports-274f722903a0cabe57b341898b6e382b713d2862.zip
FreeBSD-ports-274f722903a0cabe57b341898b6e382b713d2862.tar.gz
- Pet portlint: move LICENSE upward
- Support STAGEDIR - While I'm here: - Remove leading indefinite article from COMMENT - Convert to new LIB_DEPENDS format - Use USES=pathfix PR: ports/184271 Submitted by: Douglas William Thrift <douglas@douglasthrift.net> (maintainer)
-rw-r--r--sysutils/gai-leds/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/sysutils/gai-leds/Makefile b/sysutils/gai-leds/Makefile
index ed6b090..153df9b 100644
--- a/sysutils/gai-leds/Makefile
+++ b/sysutils/gai-leds/Makefile
@@ -8,18 +8,17 @@ CATEGORIES= sysutils
MASTER_SITES= SF/gai/GAI%20-%20Applets/${PORTNAME}
MAINTAINER= douglas@douglasthrift.net
-COMMENT= A GAI applet that displays the keyboard status leds
-
-LIB_DEPENDS= gai:${PORTSDIR}/x11-toolkits/gai
+COMMENT= GAI applet that displays the keyboard status leds
LICENSE= GPLv2
+LIB_DEPENDS= libgai.so:${PORTSDIR}/x11-toolkits/gai
+
GNU_CONFIGURE= yes
-USES= pkgconfig
+USES= pathfix pkgconfig
USE_BZIP2= yes
-USE_GNOME= gnomehack gnomeprefix
+USE_GNOME= gnomeprefix
-NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e \
's|\(GNOMEDIR=\).*|\1"${PREFIX}"|; \
OpenPOWER on IntegriCloud