1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/x11-wm/fbcmd/Makefile
Mathieu Arnold 72ea7e696b Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:33:55 +00:00

32 lines
731 B
Makefile

# Created by: 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= Commandline utility for controlling fluxbox
RUN_DEPENDS= fluxbox:x11-wm/fluxbox
USES= gmake tar:bzip2
ALL_TARGET= first
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
MAKE_ARGS= CXX="${CXX}" CFLAGS="${CFLAGS}" CPPFLAGS="${CPPFLAGS}" \
CXXFLAGS="${CXXFLAGS}" LFLAGS="${LDFLAGS}"
USE_XORG= x11 xmu
PLIST_FILES= bin/fbcmd
post-patch:
@${REINPLACE_CMD} 's|?=|=|' ${WRKSRC}/Makefile
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/fbcmd ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>