1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00
freebsd-ports/audio/libgme/Makefile
Max Brazhnikov 3cb5ec6852 Add license info
Remove md5 sums

PR:		ports/153589
Submitted by:	maintainer (swell.k at gmail.com)
2011-01-02 14:13:02 +00:00

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>