- Clarify LICENSE

- Add LICENSE_FILE
- Place extra libraries into LIBS, not LDFLAGS
- Drop @dirrm* from plist
This commit is contained in:
Dmitry Marakasov 2014-12-14 15:23:48 +00:00
parent 42cb1bacd4
commit 0b76dbfe4d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=374705
2 changed files with 4 additions and 3 deletions

View File

@ -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:

View File

@ -3,4 +3,3 @@ bin/pongix
%%DATADIR%%/fuente.bmp
%%DATADIR%%/paleta.bmp
%%DATADIR%%/pelota.bmp
@dirrm %%DATADIR%%