blob: b0f914d7f6fbd1f18c64bdba6c173c858c191e68 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# 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= bms@FreeBSD.org
COMMENT= General purpose LCD display for the WindowMaker dock
WRKSRC= ${WRKDIR}/${DISTNAME}/${PORTNAME}
USE_X_PREFIX= yes
USE_XPM= yes
NO_MAN=
PLIST_FILES= bin/wmfstatus
.include <bsd.port.mk>
|