f4402ac991
Aspic is a program that processes a textual description of a line art graphic, and converts it into a form that is suitable for inclusion in another document. The default output format is Encapsulated PostScript, but there is also support for Scalable Vector Graphics (SVG), and there is legacy support for the SGCAL text processor.
18 lines
464 B
Makefile
18 lines
464 B
Makefile
# $NetBSD: Makefile,v 1.1 2018/06/15 13:15:26 prlw1 Exp $
|
|
|
|
DISTNAME= aspic-1.05
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= ftp://ftp.csx.cam.ac.uk/pub/software/wordprocessing/unix/aspic/
|
|
|
|
MAINTAINER= prlw1@cam.ac.uk
|
|
HOMEPAGE= ftp://ftp.csx.cam.ac.uk/pub/software/wordprocessing/unix/aspic/
|
|
COMMENT= Textual description of line art to EPS or SVG converter
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAKE_ENV+= SHELL=${SH}
|
|
|
|
BUILD_TARGET= build
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|