freebsd-ports/deskutils/superswitcher/Makefile
Tijl Coosemans f83c7639aa Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 19:52:19 +00:00

40 lines
928 B
Makefile

# Created by: Remington Lang <MrL0Lz@gmail.com>
# $FreeBSD$
PORTNAME= superswitcher
PORTVERSION= 0.6
PORTREVISION= 2
CATEGORIES= deskutils gnome
MASTER_SITES= GOOGLE_CODE
MAINTAINER= ports@FreeBSD.org
COMMENT= Alt-Tab replacement
LICENSE= GPLv2
BROKEN= Unfetchable (google code has gone away)
LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib
USES= gmake pkgconfig
USE_GNOME= gconf2 intltool libwnck
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
PLIST_FILES= bin/superswitcher \
share/dbus-1/services/superswitcher.SuperSwitcher.service
post-patch:
@${REINPLACE_CMD} -e \
's/x11//g' ${WRKSRC}/configure
@${REINPLACE_CMD} -e \
'/_DISABLE_DEPRECATED/d' ${WRKSRC}/src/Makefile.in
@${REINPLACE_CMD} -e 's|glib/.*\.h>|glib.h>|g' \
${WRKSRC}/src/dbus-object.h ${WRKSRC}/src/forward_declarations.h
post-install:
@${RMDIR} ${STAGEDIR}${PREFIX}/lib/locale
.include <bsd.port.mk>