op cea23521c4 update audio/twolame to 0.4.0
diff from Martin Ziemer (thanks!) who is also taking maintainership,
with tweaks (shlib bump, homepage to https) from me and sthen@.
2022-05-13 15:10:01 +00:00

24 lines
444 B
Makefile

COMMENT= optimised MPEG Audio Layer 2 (MP2) encoder
DISTNAME= twolame-0.4.0
SHARED_LIBS += twolame 1.0 # 0.0
CATEGORIES= audio
HOMEPAGE= https://www.twolame.org/
MAINTAINER = Martin Ziemer <horrad@horrad.de>
# LGPLv2.1+
PERMIT_PACKAGE= Yes
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=twolame/}
WANTLIB= c m sndfile FLAC ogg vorbis vorbisenc opus
LIB_DEPENDS= audio/libsndfile
CONFIGURE_STYLE=gnu
.include <bsd.port.mk>