blob: 833c47d45fcbc0d683378a9aaa4a5cc126a6ee08 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $NetBSD: Makefile,v 1.1.1.1 2008/12/09 15:04:56 wiz Exp $
#
DISTNAME= xdg-utils-1.0.2
CATEGORIES= sysutils
MASTER_SITES= http://portland.freedesktop.org/download/
EXTRACT_SUFX= .tgz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://portland.freedesktop.org/
COMMENT= Tools to assist applications with various desktop integration tasks
GNU_CONFIGURE= yes
USE_LANGUAGES= # none
.include "../../mk/bsd.pkg.mk"
|