mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
24 lines
480 B
Makefile
24 lines
480 B
Makefile
# 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.2 1998/08/17 11:18:17 asami Exp $
|
|
#
|
|
|
|
DISTNAME= qclock
|
|
PKGNAME= qclock-1.0
|
|
CATEGORIES= misc
|
|
MASTER_SITES= http://snowball.cypcopic.com.au/qclock/
|
|
|
|
MAINTAINER= brett@peloton.physics.montana.edu
|
|
|
|
NO_WRKSUBDIR= yes
|
|
|
|
ALL_TARGET= qclock
|
|
|
|
do-install:
|
|
${CP} ${WRKDIR}/qclock ${PREFIX}/bin/qclock
|
|
|
|
.include <bsd.port.mk>
|