49074bfb7c
PR: 37852 Submitted by: maintainer
27 lines
532 B
Makefile
27 lines
532 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.1
|
|
CATEGORIES= x11
|
|
MASTER_SITES= http://www.netchampagne.com/xbindkeys_config/
|
|
|
|
MAINTAINER= obraun@informatik.unibw-muenchen.de
|
|
|
|
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>
|