freebsd-ports/x11-wm/weewm/Makefile
Martin Wilke 3e4ed01146 - Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
	Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
	ehaupt, nox, itetcu, flz, pav

PR:		116263
Tested on:	pointyhat
Approved by:	portmgr (pav)
2008-04-19 17:56:05 +00:00

28 lines
628 B
Makefile

# New ports collection makefile for: weewm
# Date created: 15 May 2003
# Whom: Pierre-Paul Lavoie <ppl@nbnet.nb.ca>
#
# $FreeBSD$
#
PORTNAME= weewm
PORTVERSION= 0.0.2
PORTREVISION= 2
PORTEPOCH= 1
CATEGORIES= x11-wm
MASTER_SITES= http://weewm.flashtux.org/download/
MAINTAINER= ppl@nbnet.nb.ca
COMMENT= Fast and ultra light windowmanager with total keyboard control
PLIST_FILES= bin/weewm
USE_XORG= x11
post-patch:
@${REINPLACE_CMD} -e 's,^CC=,CC?=,' -e 's,/usr/X11R6,${LOCALBASE},g' \
${WRKSRC}/src/Makefile
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/weewm ${PREFIX}/bin
.include <bsd.port.mk>