1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/misc/qclock/Makefile
Chris Piazza 68e615346e Update MAINTAINER's email address
PR:		13648
Submitted by:	maintainer
1999-09-09 03:03:19 +00:00

24 lines
437 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= ftp://peloton.physics.montana.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>