summaryrefslogtreecommitdiffstats
path: root/www/larbin/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/larbin/Makefile')
-rw-r--r--www/larbin/Makefile47
1 files changed, 47 insertions, 0 deletions
diff --git a/www/larbin/Makefile b/www/larbin/Makefile
new file mode 100644
index 0000000..3e07c70
--- /dev/null
+++ b/www/larbin/Makefile
@@ -0,0 +1,47 @@
+# New ports collection makefile for: larbin
+# Date Created: 26 March 2002
+# Whom: Hiten Pandya <hiten@uk.FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= larbin
+PORTVERSION= 2.6.1
+CATEGORIES= www
+MASTER_SITES= ftp://ftp.sourceforge.net/pub/sourceforge/larbin/
+
+MAINTAINER= hiten@uk.FreeBSD.org
+
+USE_GMAKE= yes
+GNU_CONFIGURE= yes
+
+PATCH_WRKSRC= ${WRKSRC}/src
+
+do-install:
+ @${INSTALL_PROGRAM} ${WRKSRC}/larbin ${PREFIX}/bin/
+ @${INSTALL_DATA} ${WRKSRC}/larbin.conf ${PREFIX}/etc/larbin.conf.sample
+ @${MKDIR} ${PREFIX}/share/larbin
+ @${INSTALL_DATA} ${WRKSRC}/doc/* ${PREFIX}/share/larbin/
+
+pre-configure: config-message
+
+config-message:
+ @${ECHO} "====================================================================="
+ @${ECHO} ""
+ @${ECHO} "Make sure you have a look at the larbin documentation available at:"
+ @${ECHO} " http://larbin.sourceforge.net/custom-eng.html."
+ @${ECHO} ""
+ @${ECHO} "====================================================================="
+
+post-install:
+ @${ECHO} "====================================================================="
+ @${ECHO} ""
+ @${ECHO} "You must invoke larbin with the name of the configuration file, e.g:"
+ @${ECHO} "larbin -c config-file"
+ @${ECHO} ""
+ @${ECHO} "Documentation: ${PREFIX}/share/larbin"
+ @${ECHO} "Sample Configuration file: ${PREFIX}/etc/larbin.conf.sample"
+ @${ECHO} ""
+ @${ECHO} "====================================================================="
+
+.include <bsd.port.mk>
OpenPOWER on IntegriCloud