diff options
Diffstat (limited to 'graphics/libwpg01/Makefile')
-rw-r--r-- | graphics/libwpg01/Makefile | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/graphics/libwpg01/Makefile b/graphics/libwpg01/Makefile deleted file mode 100644 index 83b5b18019b7..000000000000 --- a/graphics/libwpg01/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# New ports collection makefile for: graphics/libwpg -# Date created: 2009-01-09 -# Whom: Dima Panov <fluffy@Fluffy.Khv.RU> -# -# $FreeBSD$ -# - -PORTNAME= libwpg -PORTVERSION= 0.1.3 -PORTREVISION= 4 -CATEGORIES= graphics -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} - -MAINTAINER= fluffy@FreeBSD.org -COMMENT= Library for importing and converting Corel WordPerfect(tm) Graphics images - -LIB_DEPENDS= wpd-0.8.8:${PORTSDIR}/textproc/libwpd - -USE_AUTOTOOLS= libtool:22 -USE_GNOME= gnomeprefix gnomehack ltverhack -USE_PERL5= yes -USE_LDCONFIG= yes - -.if !defined(NOPORTDOCS) -BUILD_DEPENDS+= doxygen:${PORTSDIR}/devel/doxygen -.else -post-patch: - @${REINPLACE_CMD} -E '/^SUBDIRS = /s/docs//g' ${WRKSRC}/Makefile.in -.endif - -.include <bsd.port.mk> |