2007-06-16 18:03:51 +02:00
|
|
|
# New ports collection makefile for: gai-leds
|
|
|
|
# Date created: 2007-06-12
|
|
|
|
# Whom: Douglas Thrift <douglas@douglasthrift.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
2007-10-25 01:37:25 +02:00
|
|
|
#
|
2007-06-16 18:03:51 +02:00
|
|
|
|
|
|
|
PORTNAME= gai-leds
|
|
|
|
PORTVERSION= 0.6
|
2010-03-28 08:47:48 +02:00
|
|
|
PORTREVISION= 6
|
2007-06-16 18:03:51 +02:00
|
|
|
CATEGORIES= sysutils
|
2009-08-22 02:35:32 +02:00
|
|
|
MASTER_SITES= SF/gai/GAI%20-%20Applets/${PORTNAME}
|
2007-06-16 18:03:51 +02:00
|
|
|
|
|
|
|
MAINTAINER= douglas@douglasthrift.net
|
|
|
|
COMMENT= A GAI applet that displays the keyboard status leds
|
|
|
|
|
|
|
|
LIB_DEPENDS= gai:${PORTSDIR}/x11-toolkits/gai
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_GNOME= gnomehack gnomeprefix
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e \
|
|
|
|
's|\(GNOMEDIR=\).*|\1"${PREFIX}"|; \
|
|
|
|
s|:GNOME_|:GAI-|g; \
|
|
|
|
s|\(@APPLET_NAME@\)\(Applet\)|\1-\2|g; \
|
|
|
|
s|\(Applet\)_\(Factory\)|\1-\2|' \
|
|
|
|
${WRKSRC}/configure
|
|
|
|
@${REINPLACE_CMD} -e \
|
|
|
|
's|lib\(/bonobo\)|libdata\1|; \
|
|
|
|
s|-O3||' \
|
|
|
|
${WRKSRC}/Makefile.in
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|