mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
c1da7c8cad
Submitted by: olivierd@ With hat: portmgr-secretary
26 lines
417 B
Makefile
26 lines
417 B
Makefile
# Created by: Kris Moore <kmoore@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libfm
|
|
PKGNAMESUFFIX= -extra
|
|
|
|
MAINTAINER= ports@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"
|