Import of pkgsrc-2014Q1

This commit is contained in:
2014-04-17 16:38:45 +02:00
parent 785076ae39
commit 9a8c06dafb
19365 changed files with 828089 additions and 278039 deletions

20
time/dateutils/Makefile Normal file
View File

@@ -0,0 +1,20 @@
# $NetBSD: Makefile,v 1.2 2013/10/31 08:32:55 wiz Exp $
DISTNAME= dateutils-0.2.6
CATEGORIES= time
MASTER_SITES= http://cdn.bitbucket.org/hroptatyr/dateutils/downloads/
EXTRACT_SUFX= .tar.xz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.fresse.org/dateutils/
COMMENT= Command line tools for working with dates
LICENSE= modified-bsd
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
PKGCONFIG_OVERRIDE+= libdut.pc.in
INFO_FILES= yes
TEST_TARGET= check
.include "../../mk/bsd.pkg.mk"