freebsd-ports/x11/xbindkeys_config/Makefile

34 lines
696 B
Makefile
Raw Normal View History

# ex:ts=8
# Ports collection makefile for: xbindkeys_config
# Date created: Mar 4, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= xbindkeys_config
2003-06-14 04:45:03 +02:00
PORTVERSION= 0.1.3
PORTREVISION= 7
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= trevor
2002-09-05 10:41:17 +02:00
MAINTAINER= ports@FreeBSD.org
2003-02-20 20:21:36 +01:00
COMMENT= An easy to use gtk program for configuring Xbindkeys
RUN_DEPENDS= ${LOCALBASE}/bin/xbindkeys:${PORTSDIR}/x11/xbindkeys
USE_GNOME= gtk20
CC+= ${CFLAGS}
PLIST_FILES= bin/xbindkeys_config
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>