2d1af5211a
should be fatal. Since inti goes into X11BASE, the dependant ports should do so, too. Based on PRs: 85226,85227,85228 Submitted by: Stefan Walter
41 lines
800 B
Makefile
41 lines
800 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: intk-sourceview
|
|
# Date created: Mar 19, 2004
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= inti-sourceview
|
|
PORTVERSION= 0.6
|
|
PORTREVISION= 3
|
|
CATEGORIES= x11-toolkits
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= inti
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= An Inti binding for GtkSourceView
|
|
|
|
LIB_DEPENDS= inti-1.0.9:${PORTSDIR}/x11-toolkits/inti
|
|
|
|
USE_GNOME= gtksourceview gnomehack gnomeprefix
|
|
USE_X_PREFIX= yes
|
|
WRKSRC= ${WRKDIR}/lib${PORTNAME}-${PORTVERSION}
|
|
GNU_CONFIGURE= yes
|
|
INSTALLS_SHLIB= yes
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
PORTDOCS= *
|
|
.endif
|
|
|
|
post-configure:
|
|
@${TOUCH} ${WRKSRC}/inti-sourceview-config.h.in
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
post-install:
|
|
@${MKDIR} ${DOCSDIR}
|
|
@${CP} -R ${WRKSRC}/docs/ ${DOCSDIR}
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|