blob: 22163c3e0348484fb9b3e9820917554f7bd5af14 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
PKGNAMESUFFIX= -sse2
MASTERDIR= ${.CURDIR}/../optimfrog
COMMENT= Best-ratio lossless audio codec (SSE2 required)
CONFLICTS_INSTALL= optimfrog-[0-9]*
ONLY_FOR_ARCHS= i386
OPTIONS_DEFAULT= SSE2
.include "${MASTERDIR}/Makefile"
|