summaryrefslogtreecommitdiff
path: root/deskutils/countdown/Makefile
diff options
context:
space:
mode:
authorRodrigo Osorio <rodrigo@FreeBSD.org>2014-12-26 13:57:53 +0000
committerRodrigo Osorio <rodrigo@FreeBSD.org>2014-12-26 13:57:53 +0000
commit22c4f6555c2877c592e4111eb1fcecb8856c54ae (patch)
treee85f7b4e7f6415fce5ebe8ef5c45f6aa253c9bde /deskutils/countdown/Makefile
parentUse a custom keyword for kldxref, that allows to control exactly when it is run (diff)
Add new port : countdown, who counts down a specific delay, beep,
and exit. PR: ports/193978 Submitted by: neel@neelc.org
Notes
Notes: svn path=/head/; revision=375622
Diffstat (limited to 'deskutils/countdown/Makefile')
-rw-r--r--deskutils/countdown/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/deskutils/countdown/Makefile b/deskutils/countdown/Makefile
new file mode 100644
index 000000000000..dace2f4210ac
--- /dev/null
+++ b/deskutils/countdown/Makefile
@@ -0,0 +1,24 @@
+# $FreeBSD$
+
+PORTNAME= countdown
+PORTVERSION= 20140814
+CATEGORIES= deskutils
+MASTER_SITES= http://acme.com/software/countdown/
+DISTNAME= ${PORTNAME}_14Aug2014
+
+MAINTAINER= neel@neelc.org
+COMMENT= Counts down a specified time interval, beeps, then exits
+
+LICENSE= BSD2CLAUSE
+
+WRKSRC= ${WRKDIR}/${PORTNAME}
+PLIST_FILES= bin/countdown man/man1/countdown.1.gz
+
+MAKEFILE= /dev/null
+ALL_TARGET= ${PORTNAME}
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/countdown ${STAGEDIR}${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/countdown.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/countdown.1
+
+.include <bsd.port.mk>