mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
- Clarify LICENSE
- Add LICENSE_FILE - Strip binary
This commit is contained in:
parent
7df26b5f95
commit
d268aa037e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=376976
@ -10,7 +10,8 @@ MASTER_SITES= http://adgali.apiou.org/download/
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Open source game library useful for 2D game development
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE= GPLv2 # or later
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \
|
||||
libpng.so:${PORTSDIR}/graphics/png \
|
||||
@ -23,6 +24,7 @@ USE_SDL= sdl
|
||||
USE_XORG= xpm
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --enable-compile-optim=no
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib -lexecinfo
|
||||
|
Loading…
Reference in New Issue
Block a user