summaryrefslogtreecommitdiffstats
path: root/x11/xbindkeys_config/Makefile
blob: a178e4f7087c4d74c9490afa121740754e0dff44 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# 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=	1
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=	gtk12
USE_REINPLACE=	yes
MAKE_ENV=	CC="${CC} ${CFLAGS}"

post-patch:
	@${REINPLACE_CMD} -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