freebsd-ports/graphics/imc/Makefile

39 lines
795 B
Makefile
Raw Normal View History

2002-04-30 05:02:42 +02:00
# ex:ts=8
# New ports collection makefile for: imc
# Date created: Apr 30, 2002
# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
2002-04-30 05:02:42 +02:00
#
# $FreeBSD$
#
PORTNAME= imc
PORTVERSION= 4.3
PORTREVISION= 2
2002-04-30 05:02:42 +02:00
CATEGORIES= graphics
MASTER_SITES= http://users.skynet.be/Peter.Verthez/projects/imc/
MAINTAINER= ports@FreeBSD.org
2003-02-20 19:08:19 +01:00
COMMENT= Image Compiler
2002-04-30 05:02:42 +02:00
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD \
${SITE_PERL}/CGI.pm:${PORTSDIR}/www/p5-CGI.pm
RUN_DEPENDS:= ${BUILD_DEPENDS}
2002-04-30 05:02:42 +02:00
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_PERL5= yes
2002-04-30 05:02:42 +02:00
MAN1= imc.1
2002-04-30 05:02:42 +02:00
post-install:
.if !defined(NOPORTDOCS)
2002-04-30 05:02:42 +02:00
@${MKDIR} ${DOCSDIR}
${CP} -R ${WRKSRC}/doc/* ${DOCSDIR}
.endif
.if !defined(NOPORTEXAMPLES)
2002-04-30 05:02:42 +02:00
@${MKDIR} ${EXAMPLESDIR}
${CP} -R ${WRKSRC}/examples/* ${EXAMPLESDIR}
.endif
.include <bsd.port.mk>