1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
freebsd-ports/misc/gnome-osd/Makefile

39 lines
1.0 KiB
Makefile
Raw Normal View History

# New ports collection makefile for: gnome-osd
# Date created: 21 Aug 2004
# Whom: Jean-Yves Lefort <jylefort@brutele.be>
#
# $FreeBSD$
#
PORTNAME= gnome-osd
2005-11-16 15:36:58 +00:00
DISTVERSION= 0.9.1-1
CATEGORIES= misc
2005-11-16 15:36:58 +00:00
MASTER_SITES= http://telecom.inescporto.pt/~gjc/gnome-osd/${DISTVERSION:C|-.*$||}/
2005-07-24 21:27:27 +00:00
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= jylefort@FreeBSD.org
COMMENT= An On-Screen-Display infrastructure using Pango text rendering
2005-07-24 21:27:27 +00:00
WRKSRC= ${WRKDIR}/${PORTNAME}
USE_X_PREFIX= yes
USE_GNOME= gnomehack gnomeprefix intlhack pygnome2
USE_PYTHON= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
2005-11-16 15:36:58 +00:00
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
GCONF_SCHEMAS= gnome-osd.schemas
2005-11-16 15:36:58 +00:00
PORTDOCS= AUTHORS NEWS README
post-patch:
2005-11-16 15:36:58 +00:00
@${REINPLACE_CMD} -e 's|control-center-2.0/capplets|applications|; \
s|$$(datadir)/dbus-1|$$(prefix)/share/dbus-1|' \
${WRKSRC}/Makefile.in
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
2005-11-16 15:36:58 +00:00
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
.endif
.include <bsd.port.mk>