freebsd-ports/french/verbiste/Makefile
Jeremy Messenger 789d75c728 -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:	marcus and kwm
Pointyhat-exp:	a few times by pav
Tested by:	pgollucci, "Romain Tartière" <romain@blogreen.org>, and
		a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:	marcus
Approved by:	portmgr
2009-08-02 19:36:34 +00:00

53 lines
1.1 KiB
Makefile

# New ports collection makefile for: verbiste
# Date created: 16 November 2005
# Whom: Dan Phillips <dan-ports@dp.id.au>
#
# $FreeBSD$
#
PORTNAME= verbiste
PORTVERSION= 0.1.24
CATEGORIES= french textproc
MASTER_SITES= http://perso.b2b2c.ca/sarrazip/dev/
MAINTAINER= timbob@bigpond.com
COMMENT= French verb conjugator/deconjugator
OPTIONS= GNOMEGUI "With gnome gui" no
USE_GETTEXT= yes
USE_GNOME= gnomehack ltverhack libxml2
USE_GMAKE= yes
USE_AUTOTOOLS= libtool:22
CPPFLAGS= -I${LOCALBASE}/include
LDFLAGS= -L${LOCALBASE}/lib
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
USE_LDCONFIG= yes
MAN1= french-conjugator.1 french-deconjugator.1
MAN3= verbiste.3
MANLANG= "" fr
post-install:
${MKDIR} ${EXAMPLESDIR}
.for f in README *.java *.c
${INSTALL_DATA} ${WRKSRC}/examples/${f} ${EXAMPLESDIR}
.endfor
${INSTALL_SCRIPT} ${WRKSRC}/examples/*.pl ${EXAMPLESDIR}
.endif
.include <bsd.port.mk>