mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
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
40 lines
1.1 KiB
Makefile
40 lines
1.1 KiB
Makefile
# New ports collection makefile for: sodipodi
|
|
# Date created: 28 January 2000
|
|
# Whom: Yukihiro Nakai <nakai@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
# $MCom: ports/graphics/sodipodi/Makefile,v 1.3 2007/05/30 03:21:43 mezz Exp $
|
|
|
|
PORTNAME= sodipodi
|
|
PORTVERSION= 0.34
|
|
PORTREVISION= 12
|
|
CATEGORIES= graphics gnome
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= A small vector based drawing program with GNOME libraries
|
|
|
|
LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt
|
|
|
|
USE_GMAKE= yes
|
|
USE_GNOME= gnomeprefix gnomehack libglade2 libartlgpl2 desktopfileutils
|
|
USE_GETTEXT= yes
|
|
USE_AUTOTOOLS= libtool:22
|
|
CONFIGURE_ARGS= --without-gnome-print \
|
|
--with-popt
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/freetype2" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
MAN1= sodipodi.1
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|<malloc.h>|<stdlib.h>|g' \
|
|
${WRKSRC}/src/helper/action.c \
|
|
${WRKSRC}/src/helper/bezier-utils.c \
|
|
${WRKSRC}/src/libarikkei/arikkei-dict.c \
|
|
${WRKSRC}/src/libarikkei/arikkei-token.c \
|
|
${WRKSRC}/src/libarikkei/arikkei-strlib.c \
|
|
${WRKSRC}/src/libnr/nr-pathops.c
|
|
|
|
.include <bsd.port.mk>
|