diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2003-12-13 22:26:40 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2003-12-13 22:26:40 +0000 |
commit | 1bd68a3fa56879b9f31ea97a726ead61adf7d2db (patch) | |
tree | 35e70e0f877062148c40fe83c5ea031bdefdbbb8 /graphics/dvipng | |
parent | 1087a13739404eda0a95d69c3c22914287238aa4 (diff) | |
download | ports-1bd68a3fa56879b9f31ea97a726ead61adf7d2db.tar.gz ports-1bd68a3fa56879b9f31ea97a726ead61adf7d2db.zip |
Notes
Diffstat (limited to 'graphics/dvipng')
-rw-r--r-- | graphics/dvipng/Makefile | 29 | ||||
-rw-r--r-- | graphics/dvipng/distinfo | 1 | ||||
-rw-r--r-- | graphics/dvipng/pkg-descr | 4 | ||||
-rw-r--r-- | graphics/dvipng/pkg-plist | 1 |
4 files changed, 35 insertions, 0 deletions
diff --git a/graphics/dvipng/Makefile b/graphics/dvipng/Makefile new file mode 100644 index 000000000000..e669d8a95cf7 --- /dev/null +++ b/graphics/dvipng/Makefile @@ -0,0 +1,29 @@ +# ex:ts=8 +# Ports collection makefile for: dvipng +# Date created: Dec 9, 2003 +# Whom: o_sleep +# +# $FreeBSD$ +# + +PORTNAME= dvipng +PORTVERSION= 0.8 +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:${PORTSDIR}/graphics/gd + +INFO= dvipng + +USE_GMAKE= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" \ + CPPFLAGS="-I${LOCALBASE}/include" +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} + +.include <bsd.port.mk> diff --git a/graphics/dvipng/distinfo b/graphics/dvipng/distinfo new file mode 100644 index 000000000000..e8f47afb1240 --- /dev/null +++ b/graphics/dvipng/distinfo @@ -0,0 +1 @@ +MD5 (dvipng-0.8.tar.gz) = c0b3deaa46cf22b59a65596578103322 diff --git a/graphics/dvipng/pkg-descr b/graphics/dvipng/pkg-descr new file mode 100644 index 000000000000..0f70df30144b --- /dev/null +++ b/graphics/dvipng/pkg-descr @@ -0,0 +1,4 @@ +This program makes PNG graphics from DVI files as obtained from TeX +and its relatives. + +WWW: http://sourceforge.net/projects/preview-latex/ diff --git a/graphics/dvipng/pkg-plist b/graphics/dvipng/pkg-plist new file mode 100644 index 000000000000..ab50bf90e140 --- /dev/null +++ b/graphics/dvipng/pkg-plist @@ -0,0 +1 @@ +bin/dvipng |