openbsd-ports/graphics/l2p/Makefile
espie c61e908fdd grab an actual current distfile.
script is the same, even if the tarball checksum is not
2011-07-23 13:32:44 +00:00

33 lines
710 B
Makefile

# $OpenBSD: Makefile,v 1.10 2011/07/23 13:32:44 espie Exp $
COMMENT= create PNG images from LaTeX expressions
DISTNAME= l2p-1.1.1
CATEGORIES= graphics print
HOMEPAGE= http://redsymbol.net/software/l2p/
# Public Domain
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://static.redsymbol.net/software/l2p/dist/
EXTRACT_SUFX= .tgz
RUN_DEPENDS= graphics/ImageMagick \
print/texlive/base
USE_GROFF = Yes
NO_BUILD= Yes
NO_REGRESS= Yes
PKG_ARCH= *
do-install:
pod2man ${WRKSRC}/l2p ${WRKSRC}/l2p.1
${INSTALL_SCRIPT} ${WRKSRC}/l2p ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/l2p.1 ${PREFIX}/man/man1
.include <bsd.port.mk>