freebsd-ports/misc/qclock/Makefile
Matthew Hunt 4a8f283906 Update MASTER_SITE.
PR:		16389
Submitted by:	Brett Taylor <brett@peloton.runet.edu>
2000-01-26 23:41:41 +00:00

24 lines
424 B
Makefile

# New ports collection makefile for: qclock
# Version required: 1.0
# Date created: 12 August 1998
# Whom: brett@peloton.physics.montana.edu
#
# $FreeBSD$
#
DISTNAME= qclock
PKGNAME= qclock-1.0
CATEGORIES= misc
MASTER_SITES= http://peloton.runet.edu/distfiles/
MAINTAINER= brett@peloton.runet.edu
NO_WRKSUBDIR= yes
ALL_TARGET= qclock
do-install:
${CP} ${WRKDIR}/qclock ${PREFIX}/bin/qclock
.include <bsd.port.mk>