blob: 1116e862c36321bea0dab4c42c1a6ea0c1f2e021 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
# 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>
|