mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
25 lines
466 B
Makefile
25 lines
466 B
Makefile
# New ports collection makefile for: qclock
|
|
# Date created: 12 August 1998
|
|
# Whom: brett@peloton.physics.montana.edu
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= qclock
|
|
PORTVERSION= 1.0
|
|
CATEGORIES= misc
|
|
MASTER_SITES= http://peloton.runet.edu/distfiles/
|
|
DISTNAME= ${PORTNAME}
|
|
|
|
MAINTAINER= brett@peloton.runet.edu
|
|
|
|
NO_WRKSUBDIR= yes
|
|
|
|
do-build:
|
|
cd ${WRKSRC}; ${CC} ${CFLAGS} qclock.c -o qclock
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKDIR}/qclock ${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|