freebsd-ports/x11/libfm-extra/Makefile
Thomas Zander 9d86ec5bc2 - Convert x11/libfm and x11/libfm-extra to Master-Slave Port
(same application, CATEGORIES, DISTFILES, install path)
- Bump PORTREVISION
- Move patches to Makefile

PR:		200825
Submitted by:	horia@racoviceanu.com (maintainer)
2015-08-01 10:16:31 +00:00

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"