1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-06 11:41:52 +00:00
2021-04-06 16:31:07 +02:00

27 lines
473 B
Makefile

# Created by: Kris Moore <kmoore@FreeBSD.org>
PORTNAME= libfm
PKGNAMESUFFIX= -extra
MAINTAINER= ports@FreeBSD.org
COMMENT= LibFM-Extra library
LICENSE= GPLv2+ LGPL20+
LICENSE_COMB= multi
LICENSE_FILE_GPLv2+ = ${WRKSRC}/COPYING
MASTERDIR= ${.CURDIR}/../${PORTNAME}
DESCR= ${.CURDIR}/pkg-descr
FILESDIR= ${.CURDIR}/files
PATCHDIR= ${.CURDIR}/files
PLIST= ${.CURDIR}/pkg-plist
USE_LDCONFIG= yes
EXTRA_ONLY= yes
OPTIONS_EXCLUDE= NLS
.include "${MASTERDIR}/Makefile"