1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
freebsd-ports/x11/xbindkeys_config/Makefile
Adam Weinberger 5a7e7032ea Add a painfully simplistic patch to use GTK2 instead of GTK1.
It does some assumption-making, but it works. The project
seems to have been abandoned (the WWW site is long-gone), so
this is the only way to bring the app into this millenium.

In the words of someone who asked to remain nameless lest he
be implicated in contributing to this commit: "GTK1 must die!"

Seriously. It's time that everything that uses GTK1 by default
to move away from it.
2005-04-11 03:31:29 +00:00

31 lines
662 B
Makefile

# ex:ts=8
# Ports collection makefile for: xbindkeys_config
# Date created: Mar 4, 2002 # Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= xbindkeys_config
PORTVERSION= 0.1.3
PORTREVISION= 2
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= trevor
MAINTAINER= ports@FreeBSD.org
COMMENT= An easy to use gtk program for configuring Xbindkeys
PLIST_FILES= bin/xbindkeys_config
USE_GNOME= gtk20
USE_REINPLACE= yes
MAKE_ENV= CC="${CC} ${CFLAGS}"
post-patch:
@${REINPLACE_CMD} -e "s,gtk-config,pkg-config gtk+-2.0,g ; \
s,^CC,#CC,g" ${WRKSRC}/Makefile
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
.include <bsd.port.mk>