1 | # $Id: Portfile,v 1.14 2005/01/26 04:45:35 rshaw Exp $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name libmikmod |
---|
5 | version 3.2.0-beta2 |
---|
6 | categories audio |
---|
7 | maintainers mij@opendarwin.org |
---|
8 | description portable sound library |
---|
9 | platforms darwin |
---|
10 | |
---|
11 | long_description libmikmod is a portable sound library for Unix systems. \ |
---|
12 | It can play IT, XM, S3M, MTM, 669, STM, ULT, FAR, MED, \ |
---|
13 | AMF, DSM, IMF, GDM, STX, OKT, and MOD module formats. |
---|
14 | |
---|
15 | homepage http://mikmod.raphnet.net/ |
---|
16 | |
---|
17 | master_sites http://mikmod.raphnet.net/files/ |
---|
18 | |
---|
19 | checksums md5 19fc0879aebd1610813a23bd84726362 |
---|
20 | |
---|
21 | depends_lib lib:libesd.0:esound |
---|
22 | |
---|
23 | configure.env CFLAGS="-no-cpp-precomp -Os" |
---|
24 | configure.args --mandir=${prefix}/share/man --infodir=${prefix}/share/info |
---|