freebsd-ports/deskutils/timer-applet/Makefile
Jeremy Messenger 44e61cc02e gnomeaudio2 -> gnome-audio
Rename this ports to use the real vendor package name. The advantage of this
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 deskutils/timer-applet, x11/gnome2 and x11/gnome2-lite chase the rename.

PR:		ports/97985
Repocopy by:	marcus
2006-05-28 02:24:10 +00:00

35 lines
971 B
Makefile

# New ports collection makefile for: timer-applet
# Date created: 2005-01-12
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= timer-applet
PORTVERSION= 1.2
CATEGORIES= deskutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
MASTER_SITE_SUBDIR= timerapplet
MAINTAINER= jylefort@FreeBSD.org
COMMENT= A timer applet for the GNOME panel
RUN_DEPENDS= ${X11BASE}/share/gnome/sounds/gtk-events/clicked.wav:${PORTSDIR}/audio/gnome-audio
USE_GNOME= gnomehack gnomeprefix gnomepanel intlhack
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
USE_X_PREFIX= yes
USE_GMAKE= yes
GCONF_SCHEMAS= timer-applet.schemas
INSTALLS_OMF= yes
post-patch:
@${REINPLACE_CMD} -e \
's|/usr/share/pixmaps/|${PREFIX}/share/gnome/pixmaps/|' \
${WRKSRC}/GNOME_TimerApplet.server.in.in
@${REINPLACE_CMD} -e \
's|$$(datadir)/sounds|${X11BASE}/share/gnome/sounds|' \
${WRKSRC}/src/Makefile.in
.include <bsd.port.mk>