d4f0d0048a
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
29 lines
630 B
Makefile
29 lines
630 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= 1
|
|
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_X_PREFIX= yes
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's,^CC=,CC?=,' -e 's,/usr/X11R6,${X11BASE},g' \
|
|
${WRKSRC}/src/Makefile
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/src/weewm ${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|