mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
e005200f0e
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.
23 lines
457 B
Makefile
23 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>
|