1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/misc/qclock/Makefile

24 lines
424 B
Makefile
Raw Normal View History

# New ports collection makefile for: qclock
# Version required: 1.0
# Date created: 12 August 1998
# Whom: brett@peloton.physics.montana.edu
#
1999-08-25 07:23:21 +00:00
# $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>