mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
090059a210
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
34 lines
711 B
Makefile
34 lines
711 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= 6
|
|
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
|
|
|
|
RUN_DEPENDS= ${LOCALBASE}/bin/xbindkeys:${PORTSDIR}/x11/xbindkeys
|
|
|
|
USE_GNOME= gtk20
|
|
MAKE_ENV= CC="${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>
|