diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-01-14 01:51:34 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-01-14 01:51:34 +0800 |
commit | 594261331abdf1c898ccf609894ea9a247b46943 (patch) | |
tree | 4654200792ab964552f6ce5b68b0a854c3ca5fb5 /games | |
parent | 8059a9396a038cc1f7dad6f4cf20c5a3f5516781 (diff) | |
download | freebsd-ports-gnome-594261331abdf1c898ccf609894ea9a247b46943.tar.gz freebsd-ports-gnome-594261331abdf1c898ccf609894ea9a247b46943.tar.zst freebsd-ports-gnome-594261331abdf1c898ccf609894ea9a247b46943.zip |
- Clarify LICENSE
- Add LICENSE_FILE
- Strip binary
Diffstat (limited to 'games')
-rw-r--r-- | games/adgali/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/adgali/Makefile b/games/adgali/Makefile index de32cbb14109..0072cde1c412 100644 --- a/games/adgali/Makefile +++ b/games/adgali/Makefile @@ -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 |