7f27833619
Cross platform solution to open files, directories or 'URLs' with their associated programs.
16 lines
361 B
Makefile
16 lines
361 B
Makefile
# $NetBSD: Makefile,v 1.1 2019/08/09 19:04:10 brook Exp $
|
|
|
|
R_PKGNAME= xopen
|
|
R_PKGVER= 1.0.0
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= Open system files, 'URLs', anything
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= R-processx>=3.4.1:../../sysutils/R-processx
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../math/R/Makefile.extension"
|
|
.include "../../mk/bsd.pkg.mk"
|