mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
38 lines
1.0 KiB
Makefile
38 lines
1.0 KiB
Makefile
# Created by: 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= 16
|
|
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 \
|
|
png15:${PORTSDIR}/graphics/png
|
|
|
|
USE_GNOME= gnomeprefix gnomehack libglade2 libartlgpl2 desktopfileutils
|
|
USES= gettext gmake pkgconfig
|
|
USE_AUTOTOOLS= libtool
|
|
CONFIGURE_ARGS= --without-gnome-print \
|
|
--with-popt
|
|
CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/freetype2
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
|
|
MAN1= sodipodi.1
|
|
|
|
NO_STAGE= yes
|
|
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>
|