51c60ddf7f
While here stagify some of the ports Modernize LIB_DEPENDS Extract zip with bsdtar when possible
21 lines
384 B
Makefile
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>
|