mirror of
https://git.freebsd.org/ports.git
synced 2025-06-20 04:00:41 -04:00
Fix conflicts entries based on a script that searches for duplicate files installed by several ports. Some patters seem to make ports conflict with themselves, but this is actually not the case due to the check-*-conflicts logic implemented in bsd.port.mk, which excludes self-conflicts. PHP based ports have been ignored in this commit as requested by the committers currently working on the php-8.1 import. Approved by: portmgr (implicit)
22 lines
446 B
Makefile
22 lines
446 B
Makefile
# Created by: Edward Tomasz Napierala <trasz@FreeBSD.org>
|
|
|
|
PORTNAME= libsmf
|
|
PORTVERSION= 1.3
|
|
PORTREVISION= 4
|
|
CATEGORIES= audio
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= trasz@FreeBSD.org
|
|
COMMENT= Standard MIDI File format library
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= gnome libtool pathfix pkgconfig readline
|
|
USE_GNOME= glib20
|
|
USE_LDCONFIG= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFLICTS_INSTALL= jack-smf-utils # bin/smfsh
|
|
|
|
.include <bsd.port.mk>
|