Simplify Makefile
This commit is contained in:
parent
501604aba2
commit
09250ba1bb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=330208
1 changed files with 2 additions and 4 deletions
|
@ -25,23 +25,21 @@ RESTRICTED= Redistribution not allowed
|
|||
RESTRICTED_FILES= ${DISTFILES:Nlinux-f10-flashsupport*:C/:[^:]+$//}
|
||||
|
||||
NO_BUILD= yes
|
||||
WRKSRC= ${WRKDIR}
|
||||
NO_WRKSUBDIR= yes
|
||||
|
||||
USE_NPAPI= linux-*
|
||||
NPAPI_FILES= libflashplayer.so
|
||||
|
||||
CONFLICTS= linux-flashplugin-9* linux-f8-flashplugin10* linux-f10-flashplugin10*
|
||||
|
||||
OPTIONS_DEFINE= GNOME
|
||||
GNOME_DESC= include gnome support for .desktop file
|
||||
|
||||
OPTIONS_SUB= yes
|
||||
GNOME_USES= desktop-file-utils
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MGNOME}
|
||||
USES+= desktop-file-utils
|
||||
INSTALLS_ICONS= yes
|
||||
.endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue