47285d38b5
x11-toolkits/ruby-qt2/Makefile.common. Tidy up .include's.
40 lines
982 B
Makefile
40 lines
982 B
Makefile
# New ports collection makefile for: Ruby-qt2canvas
|
|
# Date created: 23 Jan 2001
|
|
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= qt2canvas
|
|
PORTVERSION= ${RUBY_QT2_PORTVERSION}
|
|
PORTREVISION= ${RUBY_QT2_PORTREVISION}
|
|
CATEGORIES= x11-toolkits ruby
|
|
MASTER_SITES= ${RUBY_QT2_MASTER_SITES}
|
|
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
|
|
DISTNAME= ${RUBY_QT2_DISTNAME}
|
|
DIST_SUBDIR= ruby
|
|
|
|
MAINTAINER= knu@FreeBSD.org
|
|
|
|
BUILD_DEPENDS= ${RUBY_SITEARCHLIBDIR}/qt2.so:${RUBY_QT2_PORTDIR}
|
|
RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/qt2.so:${RUBY_QT2_PORTDIR}
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBY_EXTCONF= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
WRKSRC= ${RUBY_QT2_WRKSRC}/modules/canvas
|
|
CONFIGURE_ARGS= ${RUBY_QT2_CONFIGURE_ARGS}
|
|
MAKE_ARGS= LOCAL_LIBS=-lgcc
|
|
INSTALL_TARGET= site-install
|
|
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
${MKDIR} ${RUBY_EXAMPLESDIR}/${PORTNAME}
|
|
${CP} -R ${WRKSRC}/examples/* ${RUBY_EXAMPLESDIR}/${PORTNAME}/
|
|
.endif
|
|
|
|
.include "${.CURDIR}/../ruby-qt2/Makefile.common"
|
|
.include <bsd.port.mk>
|