diff options
author | Rodrigo Osorio <rodrigo@FreeBSD.org> | 2014-12-26 13:57:53 +0000 |
---|---|---|
committer | Rodrigo Osorio <rodrigo@FreeBSD.org> | 2014-12-26 13:57:53 +0000 |
commit | 22c4f6555c2877c592e4111eb1fcecb8856c54ae (patch) | |
tree | e85f7b4e7f6415fce5ebe8ef5c45f6aa253c9bde /deskutils/countdown/Makefile | |
parent | 8d8d775b8be5e57ef631209844e079a5df524841 (diff) | |
download | ports-22c4f6555c2877c592e4111eb1fcecb8856c54ae.tar.gz ports-22c4f6555c2877c592e4111eb1fcecb8856c54ae.zip |
Notes
Diffstat (limited to 'deskutils/countdown/Makefile')
-rw-r--r-- | deskutils/countdown/Makefile | 24 |
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> |