789d75c728
-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
39 lines
782 B
Makefile
39 lines
782 B
Makefile
# New ports collection makefile for: LibStroke
|
|
# Date created: 31 December 2001
|
|
# Whom: Jerry A! <jerry@thehutt.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libstroke
|
|
PORTVERSION= 0.5.1
|
|
PORTREVISION= 4
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://www.etla.net/libstroke/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A stroke translation library
|
|
|
|
USE_XORG= x11
|
|
USE_GMAKE= yes
|
|
USE_AUTOTOOLS= libtool:22
|
|
WANT_GNOME= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
OPTIONS= GTK "Build with legacy Gtk+/GNOME stroke support" off
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if defined(WITH_GTK) || ${HAVE_GNOME:Mgtk12}
|
|
USE_GNOME+= gtk12
|
|
PLIST_SUB+= GS=""
|
|
.else
|
|
PLIST_SUB+= GS="@comment "
|
|
.endif
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e \
|
|
's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \
|
|
${WRKSRC}/configure
|
|
|
|
.include <bsd.port.post.mk>
|