mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
23 lines
338 B
Makefile
23 lines
338 B
Makefile
COMMENT = library for rasterizing 2-D vector graphics
|
|
|
|
DISTNAME = libxmi-1.2
|
|
REVISION = 1
|
|
|
|
SHARED_LIBS += xmi 0.0
|
|
|
|
CATEGORIES = graphics
|
|
|
|
HOMEPAGE = https://www.gnu.org/software/libxmi/
|
|
|
|
# GPLv2+
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
WANTLIB += m
|
|
|
|
SITES = ${SITE_GNU:=libxmi/}
|
|
|
|
SEPARATE_BUILD = Yes
|
|
CONFIGURE_STYLE = gnu
|
|
|
|
.include <bsd.port.mk>
|