19 lines
373 B
Makefile
19 lines
373 B
Makefile
COMMENT = library for reading, mastering and writing optical discs
|
|
|
|
DISTNAME = libburn-1.5.4
|
|
SHARED_LIBS += burn 0.1 # 111.0
|
|
|
|
CATEGORIES = sysutils
|
|
|
|
HOMEPAGE = https://dev.lovelyhq.com/libburnia/web/wikis/Libburn
|
|
MASTER_SITES = http://files.libburnia-project.org/releases/
|
|
|
|
# GPLv2+
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
WANTLIB = c pthread
|
|
|
|
CONFIGURE_STYLE = gnu
|
|
|
|
.include <bsd.port.mk>
|