mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-18 08:02:48 +00:00
0d34feceef
PR: ports/151558 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
39 lines
824 B
Makefile
39 lines
824 B
Makefile
# New ports collection makefile for: gtkextra
|
|
# Date created: 17 August 2000
|
|
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gtkextra
|
|
PORTVERSION= 2.1.2
|
|
CATEGORIES= x11-toolkits
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTVERSION}
|
|
DISTNAME= ${PORTNAME:S/gtk/gtk+/}-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A useful widget set complementary to GTK+ 2.0
|
|
|
|
USE_GNOME= gtk20 gnomehack
|
|
USE_GMAKE= yes
|
|
USE_AUTOTOOLS= libtool:22
|
|
USE_LDCONFIG= yes
|
|
|
|
LATEST_LINK= gtkextra2
|
|
DOCSDIR= ${PREFIX}/share/doc/gtkextra2
|
|
|
|
PORTDOCS= *
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e '/^SUBDIRS/s|docs||' ${WRKSRC}/Makefile.in
|
|
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
.for d in reference tutorial
|
|
@${MKDIR} ${DOCSDIR}/${d}
|
|
@(cd ${WRKSRC}/docs/${d} && ${COPYTREE_SHARE} . ${DOCSDIR})
|
|
.endfor
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|