summaryrefslogtreecommitdiff
path: root/x11/xstarroll/Makefile
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1998-12-24 07:17:29 +0000
committerSteve Price <steve@FreeBSD.org>1998-12-24 07:17:29 +0000
commit4682b83bf7386d3b6d2ade522651131a71a371cb (patch)
treefaa1c83622c6813a93c93217de6082b246d02761 /x11/xstarroll/Makefile
parentActivate the Cgraph port. (diff)
Initial import of xstarroll version 1.02.
An X11 demo of letters and pixmaps flying around. PR: 8497 Submitted by: Hiroaki Sakai <sakai@miya3f01.ee.kagu.sut.ac.jp>
Diffstat (limited to 'x11/xstarroll/Makefile')
-rw-r--r--x11/xstarroll/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/x11/xstarroll/Makefile b/x11/xstarroll/Makefile
new file mode 100644
index 000000000000..d66948d006fa
--- /dev/null
+++ b/x11/xstarroll/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: XStarRoll
+# Version required: 1.02
+# Date created: 30 October 1998
+# Whom: Sakai Hiroaki <sakai@miya.ee.kagu.sut.ac.jp>
+#
+# $Id$
+#
+
+DISTNAME= xstarroll-1.02
+CATEGORIES= x11
+MASTER_SITES= http://www.ed.kagu.sut.ac.jp/~j4397617/
+
+MAINTAINER= sakai@miya.ee.kagu.sut.ac.jp
+
+LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
+
+ALL_TARGET= xstarroll
+
+USE_X_PREFIX= yes
+
+MAN1= xstarroll.1
+MANCOMPRESSED= yes
+
+.include <bsd.port.mk>