17 lines
338 B
Makefile
17 lines
338 B
Makefile
# $OpenBSD: Makefile.inc,v 1.7 2021/05/15 16:41:45 ajacoutot Exp $
|
|
|
|
CATEGORIES ?= net multimedia
|
|
HOMEPAGE ?= https://01.org/dleyna/
|
|
|
|
# use a maintained fork
|
|
GH_ACCOUNT ?= phako
|
|
#GH_ACCOUNT ?= intel
|
|
GH_TAGNAME ?= v0.7.0
|
|
|
|
MAINTAINER ?= Antoine Jacoutot <ajacoutot@openbsd.org>
|
|
|
|
# LGPLv2.1
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES += devel/meson
|