blob: cf8b241ada98f1ae0b6d6220767857a292965018 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# New ports collection makefile for: wmavgload
# Version required: 0.7.0
# Date created: 20 July 1998
# Whom: Vladimir Kushnir <kushn@mail.kar.net>
#
# $Id: Makefile,v 1.3 1998/11/11 20:59:28 asami Exp $
#
DISTNAME= wmavgload-0.7.0
CATEGORIES= sysutils windowmaker
MASTER_SITES= ftp://ftp.windowmaker.org/pub/contrib/srcs/utils/
MAINTAINER= kushn@mail.kar.net
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
USE_IMAKE= yes
NO_INSTALL_MANPAGES= yes
.include <bsd.port.mk>
|