freebsd-ports/x11/xbindkeys_config/Makefile
Mario Sergio Fujikawa Ferreira f0a1969d34 o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
2002-11-10 16:48:51 +00:00

28 lines
559 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.2
CATEGORIES= x11
MASTER_SITES= http://www.netchampagne.com/xbindkeys_config/
MAINTAINER= ports@FreeBSD.org
USE_GNOMENG= yes
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>