pkgsrc-wip/objfw-git/Makefile

26 lines
676 B
Makefile
Raw Normal View History

2014-09-10 11:12:45 +02:00
# $NetBSD: Makefile,v 1.3 2014/09/10 09:12:45 thomasklausner Exp $
2013-03-18 14:32:22 +01:00
2014-09-10 11:12:45 +02:00
DISTNAME= objfw-0.0
2013-03-18 14:32:22 +01:00
CATEGORIES= devel
COMMENT= Portable, lightweight framework for the Objective-C language
LICENSE= qpl-v1.0 OR gnu-gpl-v2 OR gnu-gpl-v3
HOMEPAGE= https://webkeks.org/objfw/
MAINTAINER= js@webkeks.org
GIT_REPOSITORIES= objfw
# Use GitHub mirror because pkgsrc git refuses to clone from https
GIT_REPO.objfw= git://github.com/Midar/objfw.git
WRKSRC= ${WRKDIR}/objfw
USE_TOOLS= aclocal automake
GNU_CONFIGURE= yes
USE_LANGUAGES= objc
CONFIGURE_ARGS+= --enable-static
2013-03-18 14:32:22 +01:00
pre-configure:
cd ${WRKSRC} && ./autogen.sh
.include "../../wip/mk/git-package.mk"
.include "../../mk/bsd.pkg.mk"