mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- Clarify LICENSE
- Add LICENSE_FILE - Place extra libraries into LIBS, not LDFLAGS - Drop @dirrm* from plist
This commit is contained in:
parent
42cb1bacd4
commit
0b76dbfe4d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=374705
@ -10,13 +10,15 @@ MASTER_SITES= http://www.losersjuegos.com.ar/_media/juegos/pongix/descargas/
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Free pong-like game
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE= GPLv2 # or later
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USES= gmake
|
||||
USE_SDL= sdl image net
|
||||
GNU_CONFIGURE= yes
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -lm -L${LOCALBASE}/lib ${PTHREAD}
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
LIBS+= -lm
|
||||
PORTDOCS= AUTHORS ChangeLog README
|
||||
|
||||
do-install:
|
||||
|
@ -3,4 +3,3 @@ bin/pongix
|
||||
%%DATADIR%%/fuente.bmp
|
||||
%%DATADIR%%/paleta.bmp
|
||||
%%DATADIR%%/pelota.bmp
|
||||
@dirrm %%DATADIR%%
|
||||
|
Loading…
Reference in New Issue
Block a user