2002-03-04 04:45:29 +01:00
|
|
|
# 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
|
2004-02-04 06:10:27 +01:00
|
|
|
PORTREVISION= 1
|
2002-03-04 04:45:29 +01:00
|
|
|
CATEGORIES= x11
|
2003-10-28 08:55:22 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
|
|
MASTER_SITE_SUBDIR= trevor
|
2002-03-04 04:45:29 +01:00
|
|
|
|
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
|
2002-03-04 04:45:29 +01:00
|
|
|
|
2004-02-05 21:38:07 +01:00
|
|
|
PLIST_FILES= bin/xbindkeys_config
|
2002-09-01 17:37:37 +02:00
|
|
|
USE_GNOME= gtk12
|
2002-06-19 10:18:10 +02:00
|
|
|
USE_REINPLACE= yes
|
2002-03-04 04:45:29 +01:00
|
|
|
MAKE_ENV= CC="${CC} ${CFLAGS}"
|
|
|
|
|
|
|
|
post-patch:
|
2002-06-14 09:21:10 +02:00
|
|
|
@${REINPLACE_CMD} -e "s,gtk-config,${GTK_CONFIG},g ; \
|
2002-03-04 04:45:29 +01:00
|
|
|
s,^CC,#CC,g" ${WRKSRC}/Makefile
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|