22 lines
637 B
Makefile
22 lines
637 B
Makefile
# $NetBSD: Makefile,v 1.6 2010/08/06 06:51:45 asau Exp $
|
|
#
|
|
|
|
DISTNAME= fossil-src-20100805100943
|
|
PKGNAME= ${DISTNAME:S/-src//:C/-(2........)/-\1./}
|
|
CATEGORIES= devel scm
|
|
MASTER_SITES= http://www.fossil-scm.org/download/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.fossil-scm.org/index.html/doc/tip/www/index.wiki
|
|
COMMENT= Simple, high-reliability, distributed software configuration management
|
|
LICENSE= 2-clause-bsd
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
INSTALLATION_DIRS+= bin
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/fossil ${DESTDIR}${PREFIX}/bin
|
|
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|