mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-17 08:01:36 +00:00
1c3f71e728
is to allow our users' keyword search works and easier for users to file the Bugzilla report when they use our name of ports. Debian, Gentoo, NetBSD and other OSs have the correct package name, but not in our ports tree. My team, FreeBSD GNOME Team, have agreed with it. As for x11/gcursor, x11/gnome2 and x11/gnome2-lite chase the rename. PR: ports/97985 Repocopy by: marcus
44 lines
1020 B
Makefile
44 lines
1020 B
Makefile
# New ports collection makefile for: gcursor
|
|
# Date created: 08 March 2004
|
|
# Whom: Mezz <mezz7@cox.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gcursor
|
|
PORTVERSION= 0.061
|
|
PORTREVISION= 4
|
|
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_X_PREFIX= 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' \
|
|
${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>
|