aboutsummaryrefslogtreecommitdiff
path: root/games/xoj/Makefile
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>2000-01-03 09:45:37 +0000
committerSatoshi Asami <asami@FreeBSD.org>2000-01-03 09:45:37 +0000
commitfc772f9f8930debf8e42cd471dcba675b6e7e820 (patch)
tree1862085fe6ce602ddf4cda861ee1f4510490c4ab /games/xoj/Makefile
parent2bad83f0adad20786e7dec2fd7f7b58140ea86dc (diff)
Notes
Diffstat (limited to 'games/xoj/Makefile')
-rw-r--r--games/xoj/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/games/xoj/Makefile b/games/xoj/Makefile
new file mode 100644
index 000000000000..91a2e96e519e
--- /dev/null
+++ b/games/xoj/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: xoj
+# Version required: 1.0
+# Date created: 30 March 1998
+# Whom: Andrey Zakhvatov
+#
+# $FreeBSD$
+#
+
+DISTNAME= xoj-1.0
+CATEGORIES= games
+MASTER_SITES= ${MASTER_SITE_SUNSITE}
+MASTER_SITE_SUBDIR= X11/demos
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= andy@icc.surw.chel.su
+
+USE_IMAKE= yes
+
+do-install:
+ @ ${INSTALL_PROGRAM} ${WRKSRC}/xoj ${PREFIX}/bin
+
+.include <bsd.port.mk>