2004-05-08 23:31:08 +00:00
|
|
|
# New ports collection makefile for: WMI
|
|
|
|
# Date created: 6 May 2004
|
|
|
|
# Whom: Wesley Shields <wxs@csh.rit.edu>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= wmi
|
2004-10-13 12:08:32 +00:00
|
|
|
PORTVERSION= 10
|
2004-05-08 23:31:08 +00:00
|
|
|
CATEGORIES= x11-wm
|
2005-11-16 12:53:42 +00:00
|
|
|
MASTER_SITES= http://wmii.de/download/
|
2004-05-08 23:31:08 +00:00
|
|
|
|
2006-08-19 16:49:49 +00:00
|
|
|
MAINTAINER= wxs@atarininja.org
|
2004-05-08 23:31:08 +00:00
|
|
|
COMMENT= A window manager designed to be like Ion and LarsWM
|
|
|
|
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN1= wmi.1 wmiremote.1
|
|
|
|
MAN5= actions.conf.5 common.conf.5 session.conf.5 theme.conf.5
|
|
|
|
|
|
|
|
PLIST_FILES= bin/wmi \
|
|
|
|
bin/wmiremote
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's,-Os,,' ${WRKSRC}/configure
|
|
|
|
@${REINPLACE_CMD} -e 's,CXXFLAGS =,CXXFLAGS +=,' \
|
|
|
|
${WRKSRC}/src/Makefile.in
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|