diff options
author | Michael Haro <mharo@FreeBSD.org> | 2001-04-02 20:15:41 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2001-04-02 20:15:41 +0000 |
commit | 4c2203b85275dc108987114de2b1bf072e12aeb0 (patch) | |
tree | 35a23008ef238668b319e67a7380bc18fca12cd0 /deskutils | |
parent | 736f01bca4bb85af6c8335a92ee4d2855f90b7c0 (diff) | |
download | ports-4c2203b85275dc108987114de2b1bf072e12aeb0.tar.gz ports-4c2203b85275dc108987114de2b1bf072e12aeb0.zip |
Notes
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/Makefile | 1 | ||||
-rw-r--r-- | deskutils/bigyear/Makefile | 30 | ||||
-rw-r--r-- | deskutils/bigyear/distinfo | 1 | ||||
-rw-r--r-- | deskutils/bigyear/pkg-comment | 1 | ||||
-rw-r--r-- | deskutils/bigyear/pkg-descr | 4 | ||||
-rw-r--r-- | deskutils/bigyear/pkg-plist | 1 |
6 files changed, 38 insertions, 0 deletions
diff --git a/deskutils/Makefile b/deskutils/Makefile index a0f44c490190..2df9643a350b 100644 --- a/deskutils/Makefile +++ b/deskutils/Makefile @@ -3,6 +3,7 @@ SUBDIR += abacus SUBDIR += aspostit + SUBDIR += bigyear SUBDIR += bitnotes SUBDIR += bulb SUBDIR += cal diff --git a/deskutils/bigyear/Makefile b/deskutils/bigyear/Makefile new file mode 100644 index 000000000000..031fe681b650 --- /dev/null +++ b/deskutils/bigyear/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: bigyear +# Date created: 26 February 2001 +# Whom: George Reid <greid@ukug.uk.freebsd.org> +# +# $FreeBSD$ +# + +PORTNAME= bigyear +PORTVERSION= 20012602 +CATEGORIES= deskutils +MASTER_SITES= http://mahon.cwx.net/sources/ +DISTNAME= ${PORTNAME} + +MAINTAINER= greid@ukug.uk.freebsd.org + +MAN1= bigyear.1 + +post-extract: + ${RM} ${WRKSRC}/bigyear + +do-patch: +# No point wasting inodes with patches + @(${SED} -e 's,^CFLAGS,#CFLAGS,g' ${WRKSRC}/Makefile > ${WRKSRC}/foo && \ + ${MV} ${WRKSRC}/foo ${WRKSRC}/Makefile) + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/bigyear ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/bigyear.1 ${PREFIX}/man/man1 + +.include <bsd.port.mk> diff --git a/deskutils/bigyear/distinfo b/deskutils/bigyear/distinfo new file mode 100644 index 000000000000..760c1b5b2c5c --- /dev/null +++ b/deskutils/bigyear/distinfo @@ -0,0 +1 @@ +MD5 (bigyear.tar.gz) = b2ce649663372cc964b0b3bd62ac49be diff --git a/deskutils/bigyear/pkg-comment b/deskutils/bigyear/pkg-comment new file mode 100644 index 000000000000..adfe1ab6561d --- /dev/null +++ b/deskutils/bigyear/pkg-comment @@ -0,0 +1 @@ +A program to print a large (one month per page) calendar diff --git a/deskutils/bigyear/pkg-descr b/deskutils/bigyear/pkg-descr new file mode 100644 index 000000000000..1dd155451e9e --- /dev/null +++ b/deskutils/bigyear/pkg-descr @@ -0,0 +1,4 @@ +bigyear prints a calendar larger than cal(1), with one month per page. + +- George Reid +greid@ukug.uk.freebsd.org diff --git a/deskutils/bigyear/pkg-plist b/deskutils/bigyear/pkg-plist new file mode 100644 index 000000000000..a073382a28ae --- /dev/null +++ b/deskutils/bigyear/pkg-plist @@ -0,0 +1 @@ +bin/bigyear |