summaryrefslogtreecommitdiff
path: root/x11/bgrot/Makefile
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-01-18 04:46:23 +0000
committerSteve Price <steve@FreeBSD.org>1999-01-18 04:46:23 +0000
commit391b5ec76e125072dfb0659a657f5e8cc6060cca (patch)
tree5962335b5687ac9f219b997692c4e04b545b0b2d /x11/bgrot/Makefile
parentActivate the pdmenu port. (diff)
Initial import of bgrot version 1.10.
A program to handle your X background to prevent boredom. PR: 9469 Submitted by: Matthew Fuller <fullermd@futuresouth.com>
Notes
Notes: svn path=/head/; revision=16167
Diffstat (limited to 'x11/bgrot/Makefile')
-rw-r--r--x11/bgrot/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/x11/bgrot/Makefile b/x11/bgrot/Makefile
new file mode 100644
index 000000000000..1e6be01dea30
--- /dev/null
+++ b/x11/bgrot/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: bgrot
+# Version required: 1.10
+# Date created: 12 January 1999
+# Whom: Matthew Fuller <fullermd@futuresouth.com>
+#
+# $Id$
+#
+
+DISTNAME= bgrot-1.10
+CATEGORIES= x11
+MASTER_SITES= http://www.futuresouth.com/~fullermd/bgrot/ \
+ http://www.over-yonder.net/~fullermd/bgrot/
+
+MAINTAINER= fullermd@futuresouth.com
+
+RUN_DEPENDS= xv:${PORTSDIR}/graphics/xv
+
+USE_PERL5= yes
+
+MAN1= bgrot.1
+MANCOMPRESSED= yes
+
+.include <bsd.port.mk>