freebsd-ports/audio/libgme/Makefile
Baptiste Daroussin 51c60ddf7f Convert to USES=dos2unix
While here stagify some of the ports
Modernize LIB_DEPENDS
Extract zip with bsdtar when possible
2013-11-18 13:45:44 +00:00

21 lines
384 B
Makefile

# $FreeBSD$
PORTNAME= libgme
PORTVERSION= 0.5.5
CATEGORIES= audio
MASTER_SITES= GOOGLE_CODE
DISTNAME= ${PROJECTHOST}-${PORTVERSION}
EXTRACT_SUFX= .tbz2
MAINTAINER= ports@FreeBSD.org
COMMENT= Collection of video game music emulators
LICENSE= LGPL21 LGPL3
LICENSE_COMB= dual
PROJECTHOST= game-music-emu
USE_BZIP2= yes
USES= cmake dos2unix
USE_LDCONFIG= yes
.include <bsd.port.mk>