summaryrefslogtreecommitdiffstats
path: root/x11/gcursor/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/gcursor/Makefile')
-rw-r--r--x11/gcursor/Makefile43
1 files changed, 43 insertions, 0 deletions
diff --git a/x11/gcursor/Makefile b/x11/gcursor/Makefile
new file mode 100644
index 000000000..dc4cab0f0
--- /dev/null
+++ b/x11/gcursor/Makefile
@@ -0,0 +1,43 @@
+# New ports collection makefile for: gcursor
+# Date created: 08 March 2004
+# Whom: Mezz <mezz7@cox.net>
+#
+# $FreeBSD$
+#
+
+PORTNAME= gcursor
+PORTVERSION= 0.061
+PORTREVISION= 5
+CATEGORIES= x11 gnome
+MASTER_SITES= http://download.qballcow.nl/programs/gcursor/
+
+MAINTAINER= mezz@FreeBSD.org
+COMMENT= A mouse cursor theme selector for GNOME
+
+RUN_DEPENDS= file-roller:${PORTSDIR}/archivers/file-roller
+
+USE_GMAKE= yes
+USE_XLIB= yes
+USE_GNOME= gnomehack gnomeprefix gnometarget intlhack libgnomeui
+USE_GETTEXT= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+
+DOCS= AUTHORS COPYING ChangeLog INSTALL TODO
+
+post-patch:
+ @${REINPLACE_CMD} -e 's|%%X11BASE%%|${X11BASE}|g ; \
+ s|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/src/gcursor.c
+ @${REINPLACE_CMD} -e 's|share/applications|share/gnome/applications|g' \
+ ${WRKSRC}/data/Makefile.in
+
+.ifndef (NOPORTDOCS)
+post-install:
+ @${MKDIR} ${DOCSDIR}
+.for i in ${DOCS}
+ @${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
+.endfor
+.endif
+
+.include <bsd.port.mk>