summaryrefslogtreecommitdiff
path: root/misc/qclock/Makefile
blob: 6ec830f4f0e3f21117b4495d020df55c61506244 (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:	 qclock
# Version required:	1.0
# Date created:		12 August 1998
# Whom:			brett@peloton.physics.montana.edu
#
# $Id: Makefile,v 1.3 1998/08/30 15:40:18 steve Exp $
#

DISTNAME=	qclock
PKGNAME=	qclock-1.0
CATEGORIES=	misc
MASTER_SITES=	ftp://peloton.physics.montana.edu/pub/distfiles/

MAINTAINER=	brett@peloton.physics.montana.edu

NO_WRKSUBDIR=	yes

ALL_TARGET=	qclock

do-install:
	${CP} ${WRKDIR}/qclock ${PREFIX}/bin/qclock

.include <bsd.port.mk>