freebsd-ports/x11-wm/fbcmd/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

33 lines
714 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= 1
CATEGORIES= x11-wm
MASTER_SITES= http://darkshed.feuersenger.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
USE_X_PREFIX= yes
MAKE_ARGS= CXX="${CXX}" CFLAGS="${CFLAGS}"
PLIST_FILES= bin/fbcmd
post-extract:
@${REINPLACE_CMD} -e "s|/usr/X11R6|${X11BASE}|g" ${WRKSRC}/Makefile
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/fbcmd ${PREFIX}/bin
.include <bsd.port.mk>