summaryrefslogblamecommitdiff
path: root/graphics/pstoedit/Makefile
blob: 6df764994177d91388a7ec8ab87daee773971853 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                               
                                    
                                                        
 
           

 
                        
                    
                              
                                                                         
 
                                 
                                                                  
 
                                                    

                                                             
                                                        
                                                    
 
                                     
                   

                                                           


                  
                                                                    
                                    
                                                   
 
             
                                                                     

                            


                                                             
      

                      
# New ports collection makefile for:	pstodit
# Date created:		03 July 1998
# Whom:			Thomas Gellekum <tg@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	pstoedit
PORTVERSION=	3.33
CATEGORIES=	graphics print
MASTER_SITES=	http://home.t-online.de/home/helga.glunz/wglunz/pstoedit/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Convert PostScript to other vector graphic formats

BUILD_DEPENDS=	gs:${PORTSDIR}/print/ghostscript-gnu
LIB_DEPENDS=	Magick++.5:${PORTSDIR}/graphics/ImageMagick \
		ming.3:${PORTSDIR}/graphics/ming \
		plotter.4:${PORTSDIR}/graphics/plotutils
RUN_DEPENDS=	gs:${PORTSDIR}/print/ghostscript-gnu

USE_GNOME=	gnometarget pkgconfig
USE_LIBTOOL=	yes
CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
INSTALLS_SHLIB=	yes

MAN1=	pstoedit.1

CPPFLAGS=	-I${LOCALBASE}/include/ming -I${LOCALBASE}/include \
		-I${X11BASE}/include
LDFLAGS=	-L${LOCALBASE}/lib -L${X11BASE}/lib

post-install:
	${INSTALL_MAN} ${WRKSRC}/doc/pstoedit.1 ${MANPREFIX}/man/man1
.if !defined(NOPORTDOCS)
	@${MKDIR} ${DOCSDIR}
	${INSTALL_DATA} ${WRKSRC}/changelog.htm ${DOCSDIR}
	${INSTALL_DATA} ${WRKSRC}/index.htm ${DOCSDIR}
	${INSTALL_DATA} ${WRKSRC}/doc/pstoedit.htm ${DOCSDIR}
.endif

.include <bsd.port.mk>