1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
freebsd-ports/print/catdvi/Makefile

33 lines
672 B
Makefile
Raw Normal View History

# ex:ts=8
# Ports collection makefile for: catdvi
# Date created: Feb 10, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= catdvi
2002-04-10 05:41:58 +00:00
PORTVERSION= 0.13
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
BUILD_DEPENDS= ${LOCALBASE}/lib/libkpathsea.a:${PORTSDIR}/print/teTeX
LIB_DEPENDS= gnugetopt:${PORTSDIR}/devel/libgnugetopt
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt"
MAKEFILE= GNUmakefile
USE_GMAKE= yes
ALL_TARGET= # empty
MAN1= catdvi.1
2002-04-10 05:41:58 +00:00
post-install:
@${STRIP_CMD} ${PREFIX}/bin/catdvi
.include <bsd.port.mk>