27 lines
441 B
Makefile
27 lines
441 B
Makefile
# $OpenBSD: Makefile,v 1.8 2017/07/02 16:33:10 fcambus Exp $
|
|
|
|
COMMENT = ansi and ascii art to png converter
|
|
|
|
GH_ACCOUNT = ansilove
|
|
GH_PROJECT = ansilove
|
|
GH_TAGNAME = 3.0.7
|
|
|
|
CATEGORIES = graphics
|
|
|
|
HOMEPAGE = https://www.ansilove.org/
|
|
|
|
MAINTAINER = Frederic Cambus <fcambus@openbsd.org>
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
# uses pledge()
|
|
WANTLIB = c m gd
|
|
|
|
LIB_DEPENDS = graphics/gd
|
|
|
|
MODULES = devel/cmake
|
|
NO_TEST = Yes
|
|
|
|
.include <bsd.port.mk>
|