openbsd-ports/graphics/cadubi/Makefile

26 lines
549 B
Makefile
Raw Normal View History

2013-03-11 07:10:51 -04:00
# $OpenBSD: Makefile,v 1.13 2013/03/11 11:10:51 espie Exp $
DISTNAME= cadubi-1.3
2010-11-17 03:05:12 -05:00
REVISION = 0
CATEGORIES= graphics editors
# perl artistic
PERMIT_PACKAGE_CDROM= Yes
COMMENT= ASCII drawing utility
HOMEPAGE= http://langworth.com/cadubi.html
MASTER_SITES= http://langworth.com/downloads/
2010-11-17 03:05:12 -05:00
RUN_DEPENDS= devel/p5-Term-ReadKey
NO_BUILD= Yes
2013-03-11 07:10:51 -04:00
NO_TEST= Yes
2004-02-02 13:02:22 -05:00
PKG_ARCH= *
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/cadubi ${PREFIX}/bin
@mkdir ${PREFIX}/share/doc/cadubi
${INSTALL_DATA} ${WRKSRC}/help.txt ${PREFIX}/share/doc/cadubi
.include <bsd.port.mk>