mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
422a695fd0
SEPARATE_BUILD=Yes NO_TEST=Yes ok kn@
20 lines
401 B
Makefile
20 lines
401 B
Makefile
COMMENT = library for reading, mastering and writing optical discs
|
|
|
|
DISTNAME = libburn-1.5.6
|
|
SHARED_LIBS = burn 0.2 # 113.0
|
|
|
|
CATEGORIES = sysutils
|
|
HOMEPAGE = https://dev.lovelyhq.com/libburnia/web/wikis/Libburn
|
|
SITES = http://files.libburnia-project.org/releases/
|
|
|
|
# GPLv2+
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
WANTLIB = c pthread
|
|
|
|
SEPARATE_BUILD = Yes
|
|
CONFIGURE_STYLE = gnu
|
|
NO_TEST = Yes
|
|
|
|
.include <bsd.port.mk>
|