e79fe1aabc
Many of the WWW are overwritten later which means the wrong value is used. This did not happen before where the children were either a) just using the pkg-descr from the parents b) or had their own separate pkg-descr with custom WWW Use WWW?= in parents when the child's WWW is different. Children that use the same WWW as the parent can just inherit it, i.e., the child WWW can be removed. Approved by: portmgr (implicit)
24 lines
426 B
Makefile
24 lines
426 B
Makefile
PORTNAME= libfm
|
|
PKGNAMESUFFIX= -extra
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= LibFM-Extra library
|
|
|
|
LICENSE= GPLv2+ LGPL20+
|
|
LICENSE_COMB= multi
|
|
LICENSE_FILE_GPLv2+ = ${WRKSRC}/COPYING
|
|
|
|
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"
|