c7e624b321
- While here, add some NO_ARCHes Approved by: portmgr blanket
35 lines
861 B
Makefile
35 lines
861 B
Makefile
# Created by: Alexander Logvinov <avl@FreeBSD.org>
|
|
# $FreeBSD$
|
|
# $MCom: ports/devel/gnome-js-common/Makefile,v 1.3 2010/01/01 03:30:52 avl Exp $
|
|
|
|
PORTNAME= gnome-js-common
|
|
PORTVERSION= 0.1.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel gnome
|
|
MASTER_SITES= GNOME
|
|
DIST_SUBDIR= gnome2
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= GNOME JavaScript common modules and tests
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GNOME= intltool
|
|
USES= pathfix pkgconfig gettext gmake tar:bzip2
|
|
NO_ARCH= yes
|
|
|
|
PORTDOCS= AUTHORS COPYING INSTALL NEWS README ChangeLog
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|== x|= x|g' \
|
|
${WRKSRC}/configure
|
|
|
|
post-patch-DOCS-on:
|
|
@${REINPLACE_CMD} -e 's|$${prefix}/share/doc/gnome_js_common|${DOCSDIR}|' \
|
|
${WRKSRC}/Makefile.in
|
|
|
|
post-patch-DOCS-off:
|
|
@${REINPLACE_CMD} -e 's|install-gnome_js_commondocDATA ||g' ${WRKSRC}/Makefile.in
|
|
|
|
.include <bsd.port.mk>
|