forked from Lainports/freebsd-ports
- Clarify LICENSE
- Add LICENSE_FILE - Strip library
This commit is contained in:
parent
f07dcc5f91
commit
2eca223a55
1 changed files with 3 additions and 1 deletions
|
|
@ -10,7 +10,8 @@ MASTER_SITES= SF
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Eject(1) replacement
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE= GPLv2 # or later
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
LIB_DEPENDS= libconfuse.so:${PORTSDIR}/devel/libconfuse \
|
||||
libpcre.so:${PORTSDIR}/devel/pcre \
|
||||
|
|
@ -22,6 +23,7 @@ GNU_CONFIGURE= yes
|
|||
CONFIGURE_ARGS= --disable-silent-rules \
|
||||
--disable-doc
|
||||
USE_LDCONFIG= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue