freebsd-ports/x11/gcursor/Makefile

40 lines
901 B
Makefile
Raw Normal View History

# 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
CATEGORIES= x11 gnome
MASTER_SITES= http://download.qballcow.nl/programs/gcursor/
2006-09-09 21:53:27 +02:00
MAINTAINER= ports@FreeBSD.org
COMMENT= A mouse cursor theme selector for GNOME
RUN_DEPENDS= file-roller:${PORTSDIR}/archivers/file-roller
USE_GMAKE= yes
USE_GNOME= gnomehack gnomeprefix gnometarget intlhack libgnomeui
2006-04-01 00:14:05 +02:00
USE_GETTEXT= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
2004-06-24 22:17:59 +02:00
DOCS= AUTHORS COPYING ChangeLog INSTALL TODO
post-patch:
@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/src/gcursor.c
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
.include <bsd.port.mk>