aboutsummaryrefslogtreecommitdiff
path: root/www/mergelog/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/mergelog/Makefile')
-rw-r--r--www/mergelog/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/www/mergelog/Makefile b/www/mergelog/Makefile
new file mode 100644
index 000000000000..3d6d503715b5
--- /dev/null
+++ b/www/mergelog/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: mergelog
+# Date created: Jun 25, 2002
+# Whom: Anton Berezin <tobez@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= mergelog
+PORTVERSION= 4.5
+CATEGORIES= www textproc
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME}
+
+MAINTAINER= tobez@FreeBSD.org
+
+USE_GMAKE= yes
+GNU_CONFIGURE= yes
+
+MAN1= mergelog.1 zmergelog.1
+
+.include <bsd.port.mk>