1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/x11/libfm-extra/Makefile
Tobias Kortkamp e79fe1aabc Fix WWW in parent/child ports
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)
2022-09-10 19:41:16 +02:00

25 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"