summaryrefslogtreecommitdiff
path: root/devel/motor/Makefile
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-02-21 00:15:07 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-02-21 00:15:07 +0000
commitd07e4e801e97b789838e5eb6cfabbce757f72da3 (patch)
tree315a1de67a7546411cff743fc5354579226c4a10 /devel/motor/Makefile
parentUpdate to version 0.9.1 (diff)
Add motor 2.6.3, a powerful text mode based programming IDE.
Notes
Notes: svn path=/head/; revision=38533
Diffstat (limited to 'devel/motor/Makefile')
-rw-r--r--devel/motor/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/devel/motor/Makefile b/devel/motor/Makefile
new file mode 100644
index 000000000000..b09710fdca37
--- /dev/null
+++ b/devel/motor/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: motor
+# Date created: 20 February 2001
+# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= motor
+PORTVERSION= 2.6.3
+CATEGORIES= devel
+MASTER_SITES= http://konst.org.ua/download/
+
+MAINTAINER= sobomax@FreeBSD.org
+
+LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext
+
+USE_GMAKE= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ENV= CPPFLAGS="${CFLAGS}" \
+ LOCALBASE="${LOCALBASE}"
+
+.include <bsd.port.mk>