1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-21 08:42:23 +00:00
freebsd-ports/graphics/dvipng/Makefile
Kirill Ponomarev a7e1bd5e33 - Update to version 1.0
PR:		ports/65084
Submitted by:	Ports Fury
2004-04-02 19:04:18 +00:00

34 lines
695 B
Makefile

# ex:ts=8
# Ports collection makefile for: dvipng
# Date created: Dec 9, 2003
# Whom: o_sleep
#
# $FreeBSD$
#
PORTNAME= dvipng
PORTVERSION= 1.0
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= preview-latex
MAINTAINER= ports@FreeBSD.org
COMMENT= DVI to PNG Converter
BUILD_DEPENDS= kpsepath:${PORTSDIR}/print/teTeX
LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
INFO= dvipng
PLIST_FILES= bin/dvipng
post-install:
@${STRIP_CMD} ${PREFIX}/bin/dvipng
.include <bsd.port.mk>