summaryrefslogtreecommitdiffstats
path: root/x11/xbindkeys_config/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/xbindkeys_config/Makefile')
-rw-r--r--x11/xbindkeys_config/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/x11/xbindkeys_config/Makefile b/x11/xbindkeys_config/Makefile
new file mode 100644
index 0000000..d057922
--- /dev/null
+++ b/x11/xbindkeys_config/Makefile
@@ -0,0 +1,26 @@
+# ex:ts=8
+# Ports collection makefile for: xbindkeys_config
+# Date created: Mar 4, 2002
+# Whom: ijliao
+#
+# $FreeBSD$
+#
+
+PORTNAME= xbindkeys_config
+PORTVERSION= 0.0.3
+CATEGORIES= x11
+MASTER_SITES= http://www.netchampagne.com/xbindkeys_config/
+
+MAINTAINER= ports@FreeBSD.org
+
+USE_GTK= yes
+MAKE_ENV= CC="${CC} ${CFLAGS}"
+
+post-patch:
+ @${PERL} -pi -e "s,gtk-config,${GTK_CONFIG},g ; \
+ s,^CC,#CC,g" ${WRKSRC}/Makefile
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
+
+.include <bsd.port.mk>
OpenPOWER on IntegriCloud