mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
- Add LICENSE
- Switch to USES=localbase - No need to duplicate COMMENT in DESKTOP_ENTRIES
This commit is contained in:
parent
1e309a9f9c
commit
ff25a4ddf9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=416868
@ -11,19 +11,19 @@ MASTER_SITES= http://www.shiftygames.com/concentration/ \
|
||||
MAINTAINER= amdmi3@FreeBSD.org
|
||||
COMMENT= Find all matching pairs of icons as fast as possible
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USES= gmake
|
||||
USE_SDL= sdl mixer image ttf
|
||||
LICENSE= GPLv2+
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
CPPFLAGS+= `${SDL_CONFIG} --cflags`
|
||||
LDFLAGS+= `${SDL_CONFIG} --libs`
|
||||
USES= gmake localbase
|
||||
GNU_CONFIGURE= yes
|
||||
USE_SDL= sdl mixer image ttf
|
||||
|
||||
PLIST_FILES= bin/${PORTNAME} \
|
||||
man/man6/${PORTNAME}.6.gz
|
||||
PORTDATA= *
|
||||
|
||||
DESKTOP_ENTRIES="Concentration" \
|
||||
"${COMMENT}" \
|
||||
"" \
|
||||
"${DATADIR}/pics/cover.png" \
|
||||
"${PORTNAME}" \
|
||||
"Game;LogicGame;" \
|
||||
|
Loading…
Reference in New Issue
Block a user