summaryrefslogtreecommitdiffstats
path: root/misc/colortail/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/colortail/Makefile')
-rw-r--r--misc/colortail/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/misc/colortail/Makefile b/misc/colortail/Makefile
new file mode 100644
index 0000000..e4a645f
--- /dev/null
+++ b/misc/colortail/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for: colortail
+# Version required: 0.2.0
+# Date created: 25 February 1999
+# Whom: Chris Piazza <cpiazza@home.net>
+#
+# $Id$
+#
+
+DISTNAME= colortail-0.2.0
+CATEGORIES= misc
+MASTER_SITES= http://www.student.hk-r.se/~pt98jan/
+
+MAINTAINER= cpiazza@home.net
+
+GNU_CONFIGURE= YES
+
+post-install:
+ @ ${MKDIR} ${PREFIX}/share/colortail
+ @ ${INSTALL_DATA} ${WRKSRC}/CONFIG ${PREFIX}/share/colortail/CONFIG.example
+ @ ${ECHO} "*********************************************"
+ @ ${ECHO} "An example of the colour configuration is in"
+ @ ${ECHO} "${PREFIX}/share/colortail/CONFIG.example"
+ @ ${ECHO} "*********************************************"
+
+.include <bsd.port.mk>
OpenPOWER on IntegriCloud