mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
- Add optional Gnome support
- Bump PORTREVISION - Pass maintainership Submitted by: Timothy Bourke <timbob bigpond.com> (via private email)
This commit is contained in:
parent
eb9491cc5d
commit
c1b0cdc25b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=218837
@ -7,15 +7,17 @@
|
||||
|
||||
PORTNAME= verbiste
|
||||
PORTVERSION= 0.1.23
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= french textproc
|
||||
MASTER_SITES= http://perso.b2b2c.ca/sarrazip/dev/
|
||||
|
||||
MAINTAINER= tabthorpe@FreeBSD.org
|
||||
MAINTAINER= timbob@bigpond.com
|
||||
COMMENT= French verb conjugator/deconjugator
|
||||
|
||||
OPTIONS= GNOMEGUI "With gnome gui" no
|
||||
|
||||
USE_GETTEXT= yes
|
||||
USE_GNOME+= gnomehack ltverhack libxml2
|
||||
USE_GNOME= gnomehack ltverhack libxml2
|
||||
USE_GMAKE= yes
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
|
||||
@ -24,6 +26,14 @@ LDFLAGS= -L${LOCALBASE}/lib
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
||||
|
||||
.if defined(WITH_GNOMEGUI)
|
||||
CONFIGURE_ARGS= --with-gnome-app
|
||||
USE_GNOME+= gnomeprefix libgnomeui
|
||||
PLIST_SUB= HASGUI=""
|
||||
.else
|
||||
PLIST_SUB= HASGUI="@comment "
|
||||
.endif
|
||||
|
||||
.if !defined(PKGNAMEPREFIX)
|
||||
|
||||
USE_ICONV= yes
|
||||
|
@ -1,5 +1,6 @@
|
||||
bin/french-conjugator
|
||||
bin/french-deconjugator
|
||||
%%HASGUI%%bin/verbiste
|
||||
include/verbiste-0.1/verbiste/FrenchVerbDictionary.h
|
||||
include/verbiste-0.1/verbiste/Trie.cpp
|
||||
include/verbiste-0.1/verbiste/Trie.h
|
||||
@ -10,6 +11,9 @@ lib/libverbiste-0.1.la
|
||||
lib/libverbiste-0.1.so
|
||||
lib/libverbiste-0.1.so.0
|
||||
libdata/pkgconfig/verbiste-0.1.pc
|
||||
%%HASGUI%%share/applications/verbiste.desktop
|
||||
%%HASGUI%%share/locale/fr/LC_MESSAGES/verbiste.mo
|
||||
%%HASGUI%%share/pixmaps/verbiste.png
|
||||
%%DOCSDIR%%/AUTHORS
|
||||
%%DOCSDIR%%/COPYING
|
||||
%%DOCSDIR%%/INSTALL
|
||||
|
Loading…
Reference in New Issue
Block a user