freebsd-ports/misc/pointless/Makefile
James E. Housley 66b5b6f3c7 Both latex and dvips are included in the print/teTeX port, but are
installed from print/latex and print/dvips with the old list of
dependencies, thus resulting in the installation of conflicting ports.
This update removes those dependencies.

Spotted by: Arjan van Leeuwen

While doing the update, I noticed a file missing in the plist, so I added
that as well and bumped the PORTREVISION.

PR:		58863
Submitted By:	MAINTAINER
2003-11-09 15:46:44 +00:00

50 lines
1.3 KiB
Makefile

# New ports collection makefile for: pointless
# Date created: 23 june 2003
# Whom: Christian Laursen <xi@borderworlds.dk>
#
# $FreeBSD$
#
PORTNAME= pointless
PORTVERSION= 0.4
PORTREVISION= 1
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= xi@borderworlds.dk
COMMENT= Pointless is a presentation tool primarily targeted at the un*x world
.if defined(WITH_GHOSTSCRIPT_AFPL) && ${WITH_GHOSTSCRIPT_AFPL} == yes
GSPORT?= print/ghostscript-afpl
.else
GSPORT?= print/ghostscript-gnu
.endif
BUILD_DEPENDS= ${LOCALBASE}/bin/gnuplot:${PORTSDIR}/math/gnuplot \
${LOCALBASE}/bin/gs:${PORTSDIR}/${GSPORT} \
${LOCALBASE}/bin/a2ps:${PORTSDIR}/print/a2ps-letter \
${LOCALBASE}/bin/mpost:${PORTSDIR}/print/teTeX
RUN_DEPENDS= ${BUILD_DEPENDS}
USE_MESA= yes
USE_PYTHON= yes
PYTHON_VERSION= python2.2
HAS_CONFIGURE= yes
CONFIGURE_ARGS+= --prefix=${PREFIX}
CONFIGURE_ENV+= CPPFLAGS=-I${LOCALBASE}/include
MAN1= pointless.1
CXXFLAGS= -DHAVE_PYTHON2_2
pre-fetch:
.if !defined(WITH_GHOSTSCRIPT_AFPL) || ${WITH_GHOSTSCRIPT_AFPL} != yes
@${ECHO} ""
@${ECHO} " Define WITH_GHOSTSCRIPT_AFPL=yes to use"
@${ECHO} " AFPL Postscript interpreter instead of GNU one"
@${ECHO} ""
.endif
.include <bsd.port.mk>