1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00
freebsd-ports/x11-toolkits/inti-gconf/Makefile
Martin Wilke cda30a295f - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:	portmgr (xorg cleanup)
2008-03-25 22:44:48 +00:00

45 lines
992 B
Makefile

# ex:ts=8
# Ports collection makefile for: intk-gconf
# Date created: Mar 19, 2004
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= inti-gconf
PORTVERSION= 1.0.5
PORTREVISION= 6
CATEGORIES= x11-toolkits
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= inti
MAINTAINER= ports@FreeBSD.org
COMMENT= An Inti binding for GConf, the GNOME Configuration System
LIB_DEPENDS= inti-1.0.9:${PORTSDIR}/x11-toolkits/inti
USE_GNOME= gconf2 gnomehack gnomeprefix
USE_AUTOTOOLS= libtool:15
USE_LDCONFIG= yes
.if !defined(NOPORTDOCS)
PORTDOCS= *
.endif
post-configure:
@${TOUCH} ${WRKSRC}/inti-gconf-config.h.in
.if !defined(NOPORTDOCS)
post-install:
@${MKDIR} ${DOCSDIR}
@${CP} -R ${WRKSRC}/docs/ ${DOCSDIR}
@${MKDIR} ${EXAMPLESDIR}
@${CP} -R ${WRKSRC}/examples/ ${EXAMPLESDIR}
@${FIND} ${EXAMPLESDIR} -type f | \
${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST}
@${FIND} ${EXAMPLESDIR} -type d | ${SORT} -r | \
${SED} 's,^${PREFIX}/,@dirrm ,' >> ${TMPPLIST}
.endif
.include <bsd.port.mk>