diff options
author | Jason Helfman <jgh@FreeBSD.org> | 2013-03-21 00:29:06 +0000 |
---|---|---|
committer | Jason Helfman <jgh@FreeBSD.org> | 2013-03-21 00:29:06 +0000 |
commit | e38a453519cf636eaf595ac05ace2bfa5dadf4b3 (patch) | |
tree | c7f4d1e7bb81b211adca2dd4fbc3b7314a7c2613 /textproc/stardict2 | |
parent | 586bcb16a87e2fbd211fe167936e2dad11d1c2fe (diff) |
Notes
Diffstat (limited to 'textproc/stardict2')
-rw-r--r-- | textproc/stardict2/Makefile | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/textproc/stardict2/Makefile b/textproc/stardict2/Makefile index 156576c4911c..ec6f62818bc5 100644 --- a/textproc/stardict2/Makefile +++ b/textproc/stardict2/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: stardict2 -# Date created: 13 April 2003 -# Whom: Shen Chuan-Hsing <statue@freebsd.sinica.edu.tw> -# +# Created by: Shen Chuan-Hsing <statue@freebsd.sinica.edu.tw> # $FreeBSD$ -# PORTNAME= stardict PORTVERSION= 2.4.8 @@ -13,7 +9,7 @@ MASTER_SITES= SF DIST_SUBDIR= stardict MAINTAINER= delphij@FreeBSD.org -COMMENT= A cross-platform and international dictionary written in Gtk2 +COMMENT= Cross-platform and international dictionary written in Gtk2 GNU_CONFIGURE= yes CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" @@ -25,13 +21,15 @@ USE_GETTEXT= yes MAKE_JOBS_SAFE= yes LATEST_LINK= stardict2 -OPTIONS= GNOMEUI "GNOME support" On +OPTIONS_DEFINE= GNOME +OPTIONS_DEFAULT= GNOME CONFLICTS= stardict-3.[0-9]* .include <bsd.port.pre.mk> +.include <bsd.port.options.mk> -.if !defined(WITHOUT_GNOMEUI) +.if ${PORT_OPTIONS:MGNOME} USE_GNOME+= libgnomeui GCONF_SCHEMAS= stardict.schemas INSTALLS_OMF= yes |