Import of pkgsrc-2015Q3
This commit is contained in:
24
sysutils/WCMCommander/Makefile
Normal file
24
sysutils/WCMCommander/Makefile
Normal file
@@ -0,0 +1,24 @@
|
||||
# $NetBSD: Makefile,v 1.1 2015/09/08 13:13:19 wiz Exp $
|
||||
|
||||
DISTNAME= WCMCommander-0.20.0
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= ${MASTER_SITE_GITHUB:=corporateshark/}
|
||||
GITHUB_PROJECT= WCMCommander
|
||||
GITHUB_TAG= release-${PKGVERSION_NOREV}
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://wcm.linderdaum.com/
|
||||
COMMENT= Two-panel file manager
|
||||
#LICENSE= mit # includes fonts with perhaps other licenses
|
||||
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME:S/-/-release-/}
|
||||
USE_CMAKE= yes
|
||||
USE_LANGUAGES= c c++
|
||||
USE_TOOLS+= gmake
|
||||
CMAKE_ARGS+= -DWITH_SMBCLIENT:BOOL=OFF
|
||||
|
||||
.include "../../graphics/freetype2/buildlink3.mk"
|
||||
.include "../../security/libssh2/buildlink3.mk"
|
||||
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
||||
.include "../../x11/libX11/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
Reference in New Issue
Block a user