7fcd38cac3
- x11-toolkits/ of ports@ PR: ports/101916 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
39 lines
887 B
Makefile
39 lines
887 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.1
|
|
PORTREVISION= 2
|
|
CATEGORIES= x11-toolkits
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= scigraphica
|
|
DISTNAME= ${PORTNAME:S/gtk/gtk+/}-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A useful widget set complementary to GTK+ 2.0
|
|
|
|
USE_X_PREFIX= yes
|
|
USE_AUTOTOOLS= libtool:15
|
|
USE_GNOME= gtk20 gnomehack
|
|
USE_GMAKE= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
LATEST_LINK= gtkextra2
|
|
DOCSDIR= ${PREFIX}/share/doc/gtkextra2
|
|
|
|
PORTDOCS= *
|
|
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
. for d in reference tutorial
|
|
cd ${WRKSRC}/docs && \
|
|
${FIND} ${d} -type d ! -empty -exec ${MKDIR} "${DOCSDIR}/{}" \; && \
|
|
${FIND} ${d} -type f -exec ${INSTALL_DATA} "{}" "${DOCSDIR}/{}" \;
|
|
. endfor
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|