Files
sthen 9bab3a8c38 remove some of the sprinklings of
.include <bsd.port.arch.mk>
.if !${PROPERTIES:Mclang}
CFLAGS+=	-std=gnu99
.endif

which are no longer needed since "Make gnu99 the default for gcc 3.3.6
and 4.2.1, not gnu89" commit in Oct 2023.

pointed out by tb@
2024-10-17 10:50:02 +00:00

24 lines
407 B
Makefile

COMMENT= DVD navigation library
VER= 6.1.1
DISTNAME= libdvdnav-${VER}
EPOCH= 0
CATEGORIES= multimedia
SITES= https://download.videolan.org/pub/videolan/libdvdnav/${VER}/
EXTRACT_SUFX= .tar.bz2
SHARED_LIBS= dvdnav 7.2
HOMEPAGE= http://dvdnav.mplayerhq.hu/
# GPLv2+
PERMIT_PACKAGE= Yes
WANTLIB= dvdread>=9.0 pthread
LIB_DEPENDS= devel/libdvdread>=6.1.2
CONFIGURE_STYLE= gnu
.include <bsd.port.mk>