freebsd-ports/x11-toolkits/inti-sourceview/Makefile
Jeremy Messenger e3394f96ee Mark x11-toolkits/inti as BROKEN for does not build with latest GTK+2. Add
DEPRECATED and EXPIRATION_DATE in the rest of these ports.

DEPRECATED=	not maintain by upstream for more than five years and no port depend on this
EXPIRATION_DATE=2009-02-11

Reported by:	pointyhat via pav
2009-01-12 04:44:26 +00:00

43 lines
923 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= 6
CATEGORIES= x11-toolkits
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= inti
MAINTAINER= ports@FreeBSD.org
COMMENT= An Inti binding for GtkSourceView
DEPRECATED= not maintain by upstream for more than five years and no port depend on this
EXPIRATION_DATE=2009-02-11
LIB_DEPENDS= inti-1.0.9:${PORTSDIR}/x11-toolkits/inti
USE_AUTOTOOLS= libtool:15
USE_GNOME= gtksourceview gnomehack gnomeprefix
WRKSRC= ${WRKDIR}/lib${PORTNAME}-${PORTVERSION}
GNU_CONFIGURE= yes
USE_LDCONFIG= 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>