mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
3cb5ec6852
Remove md5 sums PR: ports/153589 Submitted by: maintainer (swell.k at gmail.com)
32 lines
618 B
Makefile
32 lines
618 B
Makefile
# New ports collection makefile for: libgme
|
|
# Date created: 9 May 2010
|
|
# Whom: Anonymous
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libgme
|
|
PORTVERSION= 0.5.5
|
|
CATEGORIES= audio
|
|
MASTER_SITES= GOOGLE_CODE
|
|
DISTNAME= ${PROJECTHOST}-${PORTVERSION}
|
|
EXTRACT_SUFX= .tbz2
|
|
|
|
MAINTAINER= swell.k@gmail.com
|
|
COMMENT= A collection of video game music emulators
|
|
|
|
LICENSE= LGPL21 LGPL3
|
|
LICENSE_COMB= dual
|
|
LICENSE_FILE_LGPL21=${WRKSRC}/license.txt
|
|
|
|
PROJECTHOST= game-music-emu
|
|
USE_DOS2UNIX= yes
|
|
USE_BZIP2= yes
|
|
USE_CMAKE= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
# XXX: dialog(1) doesn't like ^M in LICENSE_FILE
|
|
post-extract: patch-dos2unix
|
|
|
|
.include <bsd.port.mk>
|