mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
7e7633dbf5
- Add LICENSE_FILE - Update WWW
28 lines
485 B
Makefile
28 lines
485 B
Makefile
# Created by: Kris Moore <kmoore@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
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"
|