mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
cd930bdd50
arches Fixes the build on sparc64
27 lines
529 B
Makefile
27 lines
529 B
Makefile
COMMENT = libraries implementing fd.o specifications
|
|
|
|
V = v0.1.3
|
|
DISTNAME = libsfdo-${V}
|
|
PKGNAME = libsfdo-${V:S/v//}
|
|
|
|
SHARED_LIBS += sfdo-basedir 0.0 # 0.0
|
|
SHARED_LIBS += sfdo-desktop-file 0.0 # 0.0
|
|
SHARED_LIBS += sfdo-desktop 0.0 # 0.0
|
|
SHARED_LIBS += sfdo-icon 0.0 # 0.0
|
|
|
|
CATEGORIES = sysutils
|
|
|
|
HOMEPAGE = https://gitlab.freedesktop.org/vyivel/libsfdo
|
|
SITES = ${HOMEPAGE}/-/archive/${V}/
|
|
|
|
# BSD-2
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
# C11
|
|
COMPILER = base-clang ports-gcc
|
|
COMPILER_LANGS = c
|
|
|
|
MODULES = devel/meson
|
|
|
|
.include <bsd.port.mk>
|