blob: 2783fdf1972a20840376651cf6826065cd1939f3 (
plain) (
tree)
|
|
# 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= ftp://peloton.runet.edu/pub/distfiles/
MAINTAINER= brett@peloton.runet.edu
NO_WRKSUBDIR= yes
ALL_TARGET= qclock
do-install:
${CP} ${WRKDIR}/qclock ${PREFIX}/bin/qclock
.include <bsd.port.mk>
|