- Adjust dependencies (reported by QA script) - Switch to USES= localbase - Remove DOCS option - Take maintainership
25 lines
420 B
Makefile
25 lines
420 B
Makefile
# Created by: Kris Moore <kmoore@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libfm
|
|
PKGNAMESUFFIX= -extra
|
|
|
|
MAINTAINER= olivierd@FreeBSD.org
|
|
COMMENT= LibFM-Extra library
|
|
|
|
LICENSE= LGPL21
|
|
|
|
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"
|