d4f0d0048a
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
24 lines
512 B
Makefile
24 lines
512 B
Makefile
# New ports collection makefile for: wampager
|
|
# Date created: 11 Jan 2003
|
|
# Whom: Alexey Dokuchaev <danfe@regency.nsu.ru>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= wampager
|
|
PORTVERSION= 0.9.3.20041204
|
|
PORTREVISION= 1
|
|
CATEGORIES= x11-wm
|
|
MASTER_SITES= http://www.ijs.si/~lesi/waimea/ \
|
|
http://www.daemon.li/distfiles/
|
|
|
|
MAINTAINER= danfe@FreeBSD.org
|
|
COMMENT= A mini pager for the waimea window manager
|
|
|
|
PLIST_FILES= bin/wampager
|
|
|
|
USE_BZIP2= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_X_PREFIX= yes
|
|
|
|
.include <bsd.port.mk>
|