aboutsummaryrefslogtreecommitdiffstats
path: root/misc/wmproxyper/Makefile
blob: 003043e475831a623997c86a8e0563f2ab779904 (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
24
25
26
27
28
# New ports collection makefile for:    wmproxyper
# Date created:             22 June 2002
# Whom:                 Alexey Dokuchaev <danfe@regency.nsu.ru>
#
# $FreeBSD$
#

PORTNAME=   wmproxyper
PORTVERSION=    0.9.1
PORTREVISION=   1
CATEGORIES= misc windowmaker afterstep
MASTER_SITES=   http://home.student.utwente.nl/w.k.havinga/wmproxyper/
DISTNAME=   WMProxyPer-${PORTVERSION}

MAINTAINER= ports@FreeBSD.org
COMMENT=    Displays Distributed.net Personal Proxy current status and progress

LIB_DEPENDS=    dockapp.1:${PORTSDIR}/x11-wm/libdockapp

PLIST_FILES=    bin/wmproxyper
USE_GMAKE=  yes
USE_XPM=    yes
USE_X_PREFIX=   yes

do-install:
    ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin

.include <bsd.port.mk>