# Created by: Dan Phillips # $FreeBSD$ PORTNAME= verbiste PORTVERSION= 0.1.33 CATEGORIES= french textproc MASTER_SITES= http://perso.b2b2c.ca/sarrazip/dev/ MAINTAINER= dereckson@gmail.com COMMENT= French verb conjugator/deconjugator OPTIONS_DEFINE= GTK2 GNOME LICENSE= GPLv2 USES= pathfix pkgconfig iconv USE_AUTOTOOLS= libtool USE_GNOME= ltverhack libxml2 USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib MAN1= french-conjugator.1 french-deconjugator.1 MAN3= verbiste.3 MANLANG= "" fr .include .if ${PORT_OPTIONS:MGTK2} CONFIGURE_ARGS+=--with-gtk-app USE_GNOME+= gtk20 PLIST_SUB+= HASGTK="" .else PLIST_SUB+= HASGTK="@comment " .endif .if ${PORT_OPTIONS:MGNOME} CONFIGURE_ARGS+=--with-gnome-app USE_GNOME+= gnomeprefix libgnomeui PLIST_SUB+= HASGNOME="" .else PLIST_SUB+= HASGNOME="@comment " .endif .if ${PORT_OPTIONS:MGTK2} || ${PORT_OPTIONS:MGNOME} USES+= gettext PLIST_SUB+= HASGUI="" .else PLIST_SUB+= HASGUI="@comment " .endif post-install: ${MKDIR} ${EXAMPLESDIR} .for f in README *.java *.c ${INSTALL_DATA} ${WRKSRC}/examples/${f} ${EXAMPLESDIR} .endfor ${INSTALL_SCRIPT} ${WRKSRC}/examples/*.pl ${EXAMPLESDIR} .include >
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Reset chinsan@FreeBSD.org due to numerous maintainer-timeouts and nolinimon2009-08-291-1/+1
* - Update to 0.8chinsan2008-08-103-7/+9
* - Bump PORTREVISION after apr updatemiwi2008-07-071-1/+1
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-0/+1
* - Update to 0.7chinsan2007-12-173-4/+7
* - Update to 0.6chinsan2007-10-283-10/+68
* - Make Python 2.5.1 the default Python versionalexbl2007-07-301-1/+2
* - Update to 0.5clsung2007-03-153-8/+55