24 lines
437 B
Makefile
24 lines
437 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
|
||
|
|
||
|
PROJECTHOST= game-music-emu
|
||
|
USE_BZIP2= yes
|
||
|
USE_CMAKE= yes
|
||
|
USE_LDCONFIG= yes
|
||
|
|
||
|
.include <bsd.port.mk>
|