summaryrefslogtreecommitdiffstats
path: root/graphics/sodipodi/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/sodipodi/Makefile')
-rw-r--r--graphics/sodipodi/Makefile41
1 files changed, 0 insertions, 41 deletions
diff --git a/graphics/sodipodi/Makefile b/graphics/sodipodi/Makefile
deleted file mode 100644
index f132255c8..000000000
--- a/graphics/sodipodi/Makefile
+++ /dev/null
@@ -1,41 +0,0 @@
-# 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.2 2007/05/19 21:36:12 marcus Exp $
-
-PORTNAME= sodipodi
-PORTVERSION= 0.34
-PORTREVISION= 9
-CATEGORIES= graphics gnome
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
-
-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_X_PREFIX= yes
-USE_GNOME= gnomeprefix gnomehack libglade2 libartlgpl2 desktopfileutils
-USE_GETTEXT= yes
-USE_AUTOTOOLS= libtool:15
-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>