aboutsummaryrefslogtreecommitdiff
path: root/comms/xlog/Makefile
diff options
context:
space:
mode:
authorPatrick S. Gardella <patrick@FreeBSD.org>2002-11-05 19:14:30 +0000
committerPatrick S. Gardella <patrick@FreeBSD.org>2002-11-05 19:14:30 +0000
commit8eecc07db54f3714de68a37a4cc3d2eaa5d54e8e (patch)
treecc4c4f6556294d7eff52ec4e0c800fe4d9911bed /comms/xlog/Makefile
parent0ea0b23f3270b27a9b63e1ff1f1b3adbddb54ab2 (diff)
downloadports-8eecc07db54f3714de68a37a4cc3d2eaa5d54e8e.tar.gz
ports-8eecc07db54f3714de68a37a4cc3d2eaa5d54e8e.zip
Notes
Diffstat (limited to 'comms/xlog/Makefile')
-rw-r--r--comms/xlog/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/comms/xlog/Makefile b/comms/xlog/Makefile
new file mode 100644
index 000000000000..63178df664fb
--- /dev/null
+++ b/comms/xlog/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: xlog
+# Date created: 2002-11-05
+# Whom: Patrick Gardella <patrick@FreeBSD.org>
+#
+# $FreeBSD$
+
+PORTNAME= xlog
+PORTVERSION= 0.7
+CATEGORIES= comms
+MASTER_SITES= http://people.debian.org/~pa3aba/download/
+
+MAINTAINER= patrick@FreeBSD.org
+
+USE_GTK= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS= GTKCONFIG=${GTK_CONFIG}
+
+MAN1= xlog.1
+
+.include <bsd.port.mk>