1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/audio/libgme/Makefile
Thomas Abthorpe 754d159e98 - Reset ports to heap due to mail bounces
<swell.k@gmail.com>: host gmail-smtp-in.l.google.com[74.125.53.26] said:
   550-5.1.1 The email account that you tried to reach does not exist. Please
   try 550-5.1.1 double-checking the recipient's email address for typos or
   550-5.1.1 unnecessary spaces. Learn more at
   550 5.1.1 http://mail.google.com/support/bin/answer.py?answer=6596
   d6si2748840pbk.7 (in reply to RCPT TO command)

With Hat:	portmgr
2011-12-26 16:12:27 +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= ports@FreeBSD.org
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>