add makefiles
This commit is contained in:
parent
7875f5f5bf
commit
ec234ff16c
7
devel/libgit2/Makefile
Normal file
7
devel/libgit2/Makefile
Normal 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>
|
20
devel/libgit2/Makefile.inc
Normal file
20
devel/libgit2/Makefile.inc
Normal 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
|
Loading…
Reference in New Issue
Block a user