summaryrefslogtreecommitdiff
path: root/x11-wm/novawm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-wm/novawm/Makefile')
-rw-r--r--x11-wm/novawm/Makefile32
1 files changed, 32 insertions, 0 deletions
diff --git a/x11-wm/novawm/Makefile b/x11-wm/novawm/Makefile
new file mode 100644
index 000000000000..9459d5056b2c
--- /dev/null
+++ b/x11-wm/novawm/Makefile
@@ -0,0 +1,32 @@
+# New ports collection makefile for: novawm
+# Date created: 20 June 2002
+# Whom: Alexey Dokuchaev <danfe@regency.nsu.ru>
+#
+# $FreeBSD$
+#
+
+PORTNAME= novawm
+PORTVERSION= 0.7
+CATEGORIES= x11-wm
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME}
+DISTNAME= ${PORTNAME}-${PORTVERSION}_alpha
+
+MAINTAINER= ports@FreeBSD.org
+
+USE_XPM= yes
+GNU_CONFIGURE= yes
+USE_X_PREFIX= yes
+
+WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${PREFIX}/bin
+.if !defined(NOPORTDOCS)
+ @${MKDIR} ${DOCSDIR}
+.for file in README COPYING AUTHORS ChangeLog INSTALL TODO
+ ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
+.endfor
+.endif
+
+.include <bsd.port.mk>