Lines 13-23
Link Here
|
13 |
MAINTAINER= ports@FreeBSD.org |
13 |
MAINTAINER= ports@FreeBSD.org |
14 |
COMMENT= MIDI player |
14 |
COMMENT= MIDI player |
15 |
|
15 |
|
16 |
.include <bsd.port.pre.mk> |
16 |
ONLY_FOR_ARCHS= i386 |
17 |
|
|
|
18 |
.if ${OSVERSION} > 501000 |
19 |
BROKEN= "Does not compile" |
20 |
.endif |
21 |
|
17 |
|
22 |
IS_INTERACTIVE= YES # asks what devices you want to support |
18 |
IS_INTERACTIVE= YES # asks what devices you want to support |
23 |
HAS_CONFIGURE= YES |
19 |
HAS_CONFIGURE= YES |
Lines 26-29
Link Here
|
26 |
INSTALL_TARGET= install.lame install.man |
22 |
INSTALL_TARGET= install.lame install.man |
27 |
MAN1= playmidi.1 |
23 |
MAN1= playmidi.1 |
28 |
|
24 |
|
29 |
.include <bsd.port.post.mk> |
25 |
.include <bsd.port.mk> |