freebsd-ports/x11-wm/fbcmd/Makefile
Roman Bogorodskiy 07330c68c9 Pass correct flags via CFLAGS instead of MAKE_ARGS
to prepare port for ports/153625.

Reported by:	gerald
Feature safe:	yes
2011-01-13 18:52:59 +00:00

34 lines
695 B
Makefile

# New ports collection makefile for: fbcmd
# Date created: 2004-09-24
# Whom: Roman Bogorodskiy <bogorodskiy@inbox.ru>
#
# $FreeBSD$
#
PORTNAME= fbcmd
PORTVERSION= 0.5.1
PORTREVISION= 4
CATEGORIES= x11-wm
MASTER_SITES= http://darkshed.net/files/c_cpp/fbcmd/
MAINTAINER= novel@FreeBSD.org
COMMENT= A commandline utility for controlling fluxbox
RUN_DEPENDS= fluxbox:${PORTSDIR}/x11-wm/fluxbox
USE_BZIP2= yes
USE_GMAKE= yes
ALL_TARGET= first
CFLAGS+= "-I${LOCALBASE}/include"
USE_XORG= x11 xmu
PLIST_FILES= bin/fbcmd
post-extract:
@${REINPLACE_CMD} -e "s|/usr/X11R6|${LOCALBASE}|g" ${WRKSRC}/Makefile
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/fbcmd ${PREFIX}/bin
.include <bsd.port.mk>