2012-12-06 12:38:19 +01:00
|
|
|
# $NetBSD: Makefile,v 1.10 2012/12/06 11:43:52 jperkin Exp $
|
2004-05-27 23:52:45 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= time-1.7
|
|
|
|
PKGNAME= gnu${DISTNAME}
|
2012-05-30 00:20:40 +02:00
|
|
|
PKGREVISION= 1
|
2004-05-27 23:52:45 +02:00
|
|
|
CATEGORIES= time
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU:=time/}
|
|
|
|
|
|
|
|
MAINTAINER= reed@reedmedia.net
|
2006-10-04 23:59:34 +02:00
|
|
|
HOMEPAGE= http://directory.fsf.org/GNU/time.html
|
2004-05-27 23:52:45 +02:00
|
|
|
COMMENT= Report user, system, and real time used by a process
|
2012-05-30 00:20:40 +02:00
|
|
|
LICENSE= gnu-gpl-v2
|
2004-05-27 23:52:45 +02:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2012-05-30 00:20:40 +02:00
|
|
|
INFO_FILES= yes
|
2004-05-27 23:52:45 +02:00
|
|
|
|
2012-05-30 00:20:40 +02:00
|
|
|
CONFIGURE_ARGS+= --program-prefix=g
|
|
|
|
INSTALLATION_DIRS= gnu/bin
|
|
|
|
|
2012-12-06 12:38:19 +01:00
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
|
2012-05-30 00:20:40 +02:00
|
|
|
post-install:
|
2012-12-06 12:38:19 +01:00
|
|
|
${LN} -fs ${PREFIX}/bin/gtime ${DESTDIR}${PREFIX}/${PKGGNUDIR}bin/time
|
2004-05-27 23:52:45 +02:00
|
|
|
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|