freebsd-ports/graphics/pstoedit/Makefile

44 lines
1.2 KiB
Makefile
Raw Normal View History

# New ports collection makefile for: pstodit
# Date created: 03 July 1998
# Whom: Thomas Gellekum <tg@FreeBSD.org>
#
1999-08-25 08:16:32 +02:00
# $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
BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig \
gs:${PORTSDIR}/print/ghostscript-gnu
LIB_DEPENDS= Magick++.5:${PORTSDIR}/graphics/ImageMagick \
ming.3:${PORTSDIR}/graphics/ming \
2001-06-08 13:55:07 +02:00
plotter.4:${PORTSDIR}/graphics/plotutils
RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig \
gs:${PORTSDIR}/print/ghostscript-gnu
2000-03-09 11:02:47 +01:00
2002-09-12 19:28:13 +02:00
USE_LIBTOOL= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
INSTALLS_SHLIB= yes
2000-03-09 11:02:47 +01:00
MAN1= pstoedit.1
CPPFLAGS+= -I${LOCALBASE}/include/ming -I${LOCALBASE}/include \
-I${X11BASE}/include
LDFLAGS+= -L${LOCALBASE}/lib -L${X11BASE}/lib
2000-03-09 11:02:47 +01:00
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}
2000-03-09 11:02:47 +01:00
.endif
.include <bsd.port.mk>