diff options
Diffstat (limited to 'graphics/cadubi/Makefile')
-rw-r--r-- | graphics/cadubi/Makefile | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/graphics/cadubi/Makefile b/graphics/cadubi/Makefile new file mode 100644 index 0000000..b206075 --- /dev/null +++ b/graphics/cadubi/Makefile @@ -0,0 +1,29 @@ +# Ports collection makefile for: cadubi +# Date created: 24 Aug 2001 +# Whom: Kris Kennaway <kris@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= cadubi +PORTVERSION= 1.1b1 +CATEGORIES= graphics editors +MASTER_SITES= ftp://logicallemon.com/pub/ +DISTNAME= ${PORTNAME}_${PORTVERSION} + +MAINTAINER= ports@FreeBSD.org + +RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Term/ReadKey.pm:${PORTSDIR}/devel/p5-Term-ReadKey + +NO_BUILD= yes +WRKSRC= ${WRKDIR}/${PORTNAME} + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/cadubi ${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/CADUBI.pl ${PREFIX}/libexec +.if !defined(NOPORTDOCS) + ${MKDIR} ${PREFIX}/share/doc/cadubi + ${INSTALL_DATA} ${WRKSRC}/CADUBI.help ${PREFIX}/share/doc/cadubi +.endif + +.include <bsd.port.mk> |