freebsd-ports/x11/libfm-extra/Makefile
Olivier Duchateau bea6d782fc - Update to 1.2.5
- Adjust dependencies (reported by QA script)
- Switch to USES= localbase
- Remove DOCS option
- Take maintainership
2016-12-11 17:53:52 +00:00

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"