fbb0e4c0a6
Approved by: portmgr blanket
13 lines
242 B
Makefile
13 lines
242 B
Makefile
# $FreeBSD$
|
|
|
|
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"
|