18 lines
422 B
Makefile
18 lines
422 B
Makefile
# $NetBSD: Makefile,v 1.3 2021/04/22 10:16:38 wiz 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= http://quercite.dx.am/
|
|
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"
|