aboutsummaryrefslogtreecommitdiffstats
path: root/x11-clocks/wmblueclock/Makefile
blob: 8989a4ecf31f68a5cb1e64b69d10497b7b36ebe3 (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:    wmblueclock
# Date created:             25 Apr 2003
# Whom:                 Alexey Dokuchaev <danfe@regency.nsu.ru>
#
# $FreeBSD$
#

PORTNAME=   wmblueclock
PORTVERSION=    0.0
PORTREVISION=   2
CATEGORIES= x11-clocks windowmaker
MASTER_SITES=   ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= X11/xutils

MAINTAINER= ports@FreeBSD.org
COMMENT=    Simple dockable clock application

USE_BZIP2=  yes
USE_XORG=   x11 xau xdmcp xext xpm

MAN1=       ${PORTNAME}.1
PLIST_FILES=    bin/wmblueclock

do-install:
    @${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
    @${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MANPREFIX}/man/man1

.include <bsd.port.mk>