1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
freebsd-ports/audio/jack-smf-utils/Makefile
Stefan Eßer 98f7d7db7e Fix CONFLICTS entries in archivers, astro, audio
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)
2022-01-13 22:01:28 +01:00

25 lines
489 B
Makefile

# Created by: Edward Tomasz Napierala <trasz@FreeBSD.org>
PORTNAME= jack-smf-utils
PORTVERSION= 1.0
PORTREVISION= 9
CATEGORIES= audio
MASTER_SITES= SF
MAINTAINER= trasz@FreeBSD.org
COMMENT= Standard MIDI File file player and recorder for JACK MIDI
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libjack.so:audio/jack \
liblash.so:audio/lash
USES= gnome pkgconfig
GNU_CONFIGURE= yes
USE_GNOME= glib20
CONFLICTS_INSTALL= libsmf # bin/smfsh
.include <bsd.port.mk>