2004-03-14 01:28:58 +01:00
|
|
|
# New ports collection makefile for: gcursor
|
|
|
|
# Date created: 08 March 2004
|
|
|
|
# Whom: Mezz <mezz7@cox.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gcursor
|
2004-10-12 00:40:52 +02:00
|
|
|
PORTVERSION= 0.061
|
2005-11-05 06:22:06 +01:00
|
|
|
PORTREVISION= 4
|
2004-03-14 01:28:58 +01:00
|
|
|
CATEGORIES= x11 gnome
|
|
|
|
MASTER_SITES= http://download.qballcow.nl/programs/gcursor/
|
|
|
|
|
2004-05-03 01:36:58 +02:00
|
|
|
MAINTAINER= mezz@FreeBSD.org
|
2004-03-14 01:28:58 +01:00
|
|
|
COMMENT= A mouse cursor theme selector for GNOME
|
|
|
|
|
|
|
|
RUN_DEPENDS= file-roller:${PORTSDIR}/archivers/fileroller
|
|
|
|
|
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_X_PREFIX= yes
|
2004-04-09 05:48:04 +02:00
|
|
|
USE_GNOME= gnomehack gnomeprefix gnometarget intlhack libgnomeui
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2004-03-14 01:28:58 +01:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
|
2004-06-24 22:17:59 +02:00
|
|
|
DOCS= AUTHORS COPYING ChangeLog INSTALL TODO
|
|
|
|
|
2004-03-14 01:28:58 +01:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|%%X11BASE%%|${X11BASE}|g' \
|
2005-03-12 12:08:24 +01:00
|
|
|
${WRKSRC}/src/gcursor.c
|
|
|
|
@${REINPLACE_CMD} -e 's|share/applications|share/gnome/applications|g' \
|
|
|
|
${WRKSRC}/data/Makefile.in
|
2004-03-14 01:28:58 +01:00
|
|
|
|
2004-06-24 22:17:59 +02:00
|
|
|
.ifndef (NOPORTDOCS)
|
|
|
|
post-install:
|
|
|
|
@${MKDIR} ${DOCSDIR}
|
|
|
|
.for i in ${DOCS}
|
|
|
|
@${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
|
|
|
|
.endfor
|
|
|
|
.endif
|
|
|
|
|
2004-03-14 01:28:58 +01:00
|
|
|
.include <bsd.port.mk>
|