summaryrefslogtreecommitdiffstats
path: root/devel/xdg-utils/Makefile
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-07-03 04:11:05 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-07-03 04:11:05 +0800
commit472471c1f54563392ab1004ff412729f5b9851cf (patch)
tree9d4fc8fd5e72d9a5b5166f132962ea53a00b909f /devel/xdg-utils/Makefile
parent2aceec11569c26e3fa1621dec6d13ca1c9b3042c (diff)
downloadmarcuscom-ports-472471c1f54563392ab1004ff412729f5b9851cf.tar
marcuscom-ports-472471c1f54563392ab1004ff412729f5b9851cf.tar.gz
marcuscom-ports-472471c1f54563392ab1004ff412729f5b9851cf.tar.bz2
marcuscom-ports-472471c1f54563392ab1004ff412729f5b9851cf.tar.lz
marcuscom-ports-472471c1f54563392ab1004ff412729f5b9851cf.tar.xz
marcuscom-ports-472471c1f54563392ab1004ff412729f5b9851cf.tar.zst
marcuscom-ports-472471c1f54563392ab1004ff412729f5b9851cf.zip
- Add xdg-utils
Tools to allow all applications to easily integrate with the free desktop WWW: http://portland.freedesktop.org/ git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6505 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/xdg-utils/Makefile')
-rw-r--r--devel/xdg-utils/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/devel/xdg-utils/Makefile b/devel/xdg-utils/Makefile
new file mode 100644
index 000000000..639ee5ba2
--- /dev/null
+++ b/devel/xdg-utils/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: xdg-utils
+# Date created: 2006-07-02
+# Whom: Michael Johnson <ahze@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= xdg-utils
+DISTVERSION= 1.0beta1
+CATEGORIES= devel
+MASTER_SITES= http://portland.freedesktop.org/download/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= Tools to allow all applications to integrate with the free desktop
+
+GNU_CONFIGURE= yes
+MAN1= xdg-desktop-icon.1 xdg-desktop-menu.1 xdg-email.1 \
+ xdg-icon-resource.1 xdg-mime.1 xdg-open.1 xdg-screensaver.1 \
+ xdg-su.1
+
+.include <bsd.port.mk>