diff options
author | eadler <eadler@FreeBSD.org> | 2012-10-06 23:17:28 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2012-10-06 23:17:28 +0800 |
commit | 9b0cee326d365529d167199698a63e1c03b478ae (patch) | |
tree | 14c6261df4c041a0c34cfbfaef99c0a3d6234222 /www/linux-f10-flashplugin11 | |
parent | a5ea6819808ccfecfe50f73db4636a1ecf78c4e5 (diff) | |
download | freebsd-ports-gnome-9b0cee326d365529d167199698a63e1c03b478ae.tar.gz freebsd-ports-gnome-9b0cee326d365529d167199698a63e1c03b478ae.tar.zst freebsd-ports-gnome-9b0cee326d365529d167199698a63e1c03b478ae.zip |
Covert to OptionsNG
Trim header file
Diffstat (limited to 'www/linux-f10-flashplugin11')
-rw-r--r-- | www/linux-f10-flashplugin11/Makefile | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/www/linux-f10-flashplugin11/Makefile b/www/linux-f10-flashplugin11/Makefile index a00338e249b0..26f639c392a1 100644 --- a/www/linux-f10-flashplugin11/Makefile +++ b/www/linux-f10-flashplugin11/Makefile @@ -1,10 +1,5 @@ -# New ports collection makefile for: www/linux-f10-flashplugin11 -# Date created: 2011-10-31 -# Whom: Naoki Tsurutani -# Based on: www/linux-f10-flashplugin10 -# +# Created by: Naoki Tsurutani # $FreeBSD$ -# PORTNAME= flashplugin PORTVERSION= 11.2r202.238 @@ -37,11 +32,12 @@ NPAPI_FILES= libflashplayer.so CONFLICTS= linux-flashplugin-9* linux-f8-flashplugin10* linux-f10-flashplugin10* -OPTIONS= GNOME "include gnome support for .desktop file" Off +OPTIONS_DEFINE= GNOME +GNOME_DESC= include gnome support for .desktop file .include <bsd.port.pre.mk> -.ifndef(WITHOUT_GNOME) +.if ${PORT_OPTIONS:MGNOME} INSTALLS_ICONS= yes USE_GNOME= desktopfileutils PLIST_SUB+= GNOME="" |