freebsd-ports/x11-wm/flwm/Makefile
Pietro Cerutti 792dbec403 - Unbreak - fix build with latest x11-toolkits/fltk
- Remove Rotated patch, now it works correctly

Feature safe:	yes
2011-11-17 13:06:49 +00:00

33 lines
679 B
Makefile

# New ports collection makefile for: flwm
# Date created: 12 February 1999
# Whom: Dima Sivachenko <dima@chg.ru>
#
# $FreeBSD$
#
PORTNAME= flwm
PORTVERSION= 1.02
PORTREVISION= 5
CATEGORIES= x11-wm
MASTER_SITES= SF
EXTRACT_SUFX= .tgz
MAINTAINER= gahr@FreeBSD.org
COMMENT= The Fast Light Window Manager
LIB_DEPENDS= fltk.1:${PORTSDIR}/x11-toolkits/fltk
USE_XORG= x11 xt
GNU_CONFIGURE= yes
CFLAGS+= -DFL_LIBRARY
MAN1= flwm.1
PLIST_FILES= bin/flwm
post-patch:
${REINPLACE_CMD} -e 's|/usr/X11R6|${LOCALBASE}|g' ${WRKSRC}/${CONFIGURE_SCRIPT}
${REINPLACE_CMD} -e 's|^LIBS =.*|LIBS = `fltk-config --ldflags`|' ${WRKSRC}/Makefile
.include <bsd.port.mk>