add makefiles

This commit is contained in:
jasper 2011-06-30 12:07:59 +00:00
parent 7875f5f5bf
commit ec234ff16c
2 changed files with 27 additions and 0 deletions

7
devel/libgit2/Makefile Normal file
View File

@ -0,0 +1,7 @@
# $OpenBSD: Makefile,v 1.1 2011/06/30 12:07:59 jasper Exp $
SUBDIR =
SUBDIR += libgit2
SUBDIR += py-git2
.include <bsd.port.subdir.mk>

View File

@ -0,0 +1,20 @@
# $OpenBSD: Makefile.inc,v 1.1 2011/06/30 12:07:59 jasper Exp $
SHARED_ONLY?= Yes
MAINTAINER?= Jasper Lievisse Adriaanse <jasper@openbsd.org>
CATEGORIES+= devel
HOMEPAGE= http://libgit2.github.com/
# GPLv2 with linking exemption.
PERMIT_PACKAGE_CDROM?= Yes
PERMIT_PACKAGE_FTP?= Yes
PERMIT_DISTFILES_CDROM?= Yes
PERMIT_DISTFILES_FTP?= Yes
MASTER_SITES?= http://distfiles.nl/
TAR?= ${LOCALBASE}/bin/gtar
BUILD_DEPENDS+= archivers/gtar