freebsd-ports/x11/wmfstatus/Makefile
Norikatsu Shigemura e005200f0e Fix make index error on 7-current(No more NO_MAN).
Updating the ports index ... Generating INDEX.tmp - please wait.."/usr/share/mk/bsd.own.mk", line 353: WITH_MAN and WITHOUT_MAN can't both be set.
===> x11/wmfstatus failed
"/usr/share/mk/bsd.own.mk", line 353: WITH_MAN and WITHOUT_MAN can't both be set.
2006-04-08 03:30:39 +00:00

22 lines
457 B
Makefile

# New ports collection makefile for: wmfstatus
# Date created: 26 December 2001
# Whom: Bruce M Simpson <bms@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= wmfstatus
PORTVERSION= 0.4
CATEGORIES= x11
MASTER_SITES= http://www.finik.net/files/
MAINTAINER= ports@FreeBSD.org
COMMENT= General purpose LCD display for the WindowMaker dock
WRKSRC= ${WRKDIR}/${DISTNAME}/${PORTNAME}
USE_X_PREFIX= yes
USE_XPM= yes
PLIST_FILES= bin/wmfstatus
.include <bsd.port.mk>