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
|
2010-02-05 12:46:55 +01:00
|
|
|
PORTREVISION= 10
|
2004-03-14 01:28:58 +01:00
|
|
|
CATEGORIES= x11 gnome
|
|
|
|
MASTER_SITES= http://download.qballcow.nl/programs/gcursor/
|
|
|
|
|
2006-09-09 21:53:27 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2004-03-14 01:28:58 +01:00
|
|
|
COMMENT= A mouse cursor theme selector for GNOME
|
|
|
|
|
2006-05-28 04:08:31 +02:00
|
|
|
RUN_DEPENDS= file-roller:${PORTSDIR}/archivers/file-roller
|
2004-03-14 01:28:58 +01:00
|
|
|
|
|
|
|
USE_GMAKE= yes
|
2004-04-09 05:48:04 +02:00
|
|
|
USE_GNOME= gnomehack gnomeprefix gnometarget intlhack libgnomeui
|
2006-04-01 00:14:05 +02:00
|
|
|
USE_GETTEXT= yes
|
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:
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/src/gcursor.c
|
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>
|