9d86ec5bc2
(same application, CATEGORIES, DISTFILES, install path) - Bump PORTREVISION - Move patches to Makefile PR: 200825 Submitted by: horia@racoviceanu.com (maintainer)
26 lines
441 B
Makefile
26 lines
441 B
Makefile
# Created by: Kris Moore <kmoore@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libfm
|
|
PORTREVISION= 1
|
|
PKGNAMESUFFIX= -extra
|
|
|
|
MAINTAINER= horia@racoviceanu.com
|
|
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=DOCS NLS
|
|
|
|
.include "${MASTERDIR}/Makefile"
|