freebsd-ports/graphics/pstoedit/Makefile

40 lines
1 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
2002-09-12 19:28:13 +02:00
PORTVERSION= 3.32
CATEGORIES= graphics print
MASTER_SITES= http://home.t-online.de/home/helga.glunz/wglunz/pstoedit/
MAINTAINER= ports@FreeBSD.org
2002-09-12 19:28:13 +02:00
BUILD_DEPENDS= gs:${PORTSDIR}/print/ghostscript-gnu
LIB_DEPENDS= ming.3:${PORTSDIR}/graphics/ming \
plot.4:${PORTSDIR}/graphics/plotutils \
2001-06-08 13:55:07 +02:00
plotter.4:${PORTSDIR}/graphics/plotutils
RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript-gnu
2000-03-09 11:02:47 +01:00
2002-09-12 19:28:13 +02:00
INSTALLS_SHLIB= yes
USE_LIBTOOL= yes
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
2002-09-12 19:28:13 +02:00
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
2000-03-09 11:02:47 +01:00
MAN1= pstoedit.1
CPPFLAGS= -I${LOCALBASE}/include/ming -I${LOCALBASE}/include \
2002-09-12 19:28:13 +02:00
-I${X11BASE}/include -fpermissive
LDFLAGS= -L${LOCALBASE}/lib -L${X11BASE}/lib
2000-03-09 11:02:47 +01:00
post-install:
2002-09-12 19:28:13 +02:00
${INSTALL_MAN} ${WRKSRC}/doc/pstoedit.1 ${PREFIX}/man/man1
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
2002-09-12 19:28:13 +02:00
${INSTALL_DATA} ${WRKSRC}/doc/*.htm ${DOCSDIR}
2000-03-09 11:02:47 +01:00
.endif
.include <bsd.port.mk>