freebsd-ports/audio/optimfrog-sse2/Makefile
Stefan Eßer 5933ac0b09 */*: Remove redundant '-[0-9]*' from CONFLICTS_INSTALL
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").

Approved by: portmgr (blanket)
2021-11-23 23:11:40 +01:00

11 lines
222 B
Makefile

PKGNAMESUFFIX= -sse2
MASTERDIR= ${.CURDIR}/../optimfrog
COMMENT= Best-ratio lossless audio codec (SSE2 required)
CONFLICTS_INSTALL= optimfrog
ONLY_FOR_ARCHS= i386
OPTIONS_DEFAULT= SSE2
.include "${MASTERDIR}/Makefile"