summaryrefslogtreecommitdiff
path: root/x11-clocks/dclock/Makefile
blob: 270091fb7943aaaf6df7cf89b37cf1e80eb5eeb9 (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
# New ports collection makefile for:	dclock
# Version required:	pl4
# Date created:		15 Aug 1996
# Whom:			David Leonard <leonard@dstc.edu.au>
#
# $FreeBSD$
#

DISTNAME=	dclock
PKGNAME=	dclock-pl4
CATEGORIES=	x11-clocks
MASTER_SITES=	ftp://ftp.x.org/R5contrib/
EXTRACT_SUFX=	.shar.Z

MAINTAINER=	ports@FreeBSD.org

USE_XLIB=	yes
MAN1=		dclock.1
MANCOMPRESSED=	yes

EXTRACT_CMD=		${GZIP_CMD}
EXTRACT_BEFORE_ARGS=	-dc
EXTRACT_AFTER_ARGS=	|sh -
NO_WRKSUBDIR=		yes
ALL_TARGET=		dclock

.include <bsd.port.mk>