2004-11-07 23:11:32 +00:00
|
|
|
# New ports collection makefile for: gnome-osd
|
|
|
|
# Date created: 21 Aug 2004
|
|
|
|
# Whom: Jean-Yves Lefort <jylefort@brutele.be>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2005-03-17 06:27:52 +00:00
|
|
|
PORTNAME= gnome-osd
|
2006-08-23 01:50:46 +00:00
|
|
|
DISTVERSION= 0.11.3
|
2008-06-06 14:17:21 +00:00
|
|
|
PORTREVISION= 5
|
2005-03-17 06:27:52 +00:00
|
|
|
CATEGORIES= misc
|
2005-11-16 15:36:58 +00:00
|
|
|
MASTER_SITES= http://telecom.inescporto.pt/~gjc/gnome-osd/${DISTVERSION:C|-.*$||}/
|
2004-11-07 23:11:32 +00:00
|
|
|
|
2006-11-03 13:10:57 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2005-03-17 06:27:52 +00:00
|
|
|
COMMENT= An On-Screen-Display infrastructure using Pango text rendering
|
2004-11-07 23:11:32 +00:00
|
|
|
|
2005-03-17 06:27:52 +00:00
|
|
|
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"
|
2005-03-17 06:27:52 +00:00
|
|
|
GCONF_SCHEMAS= gnome-osd.schemas
|
2005-11-16 15:36:58 +00:00
|
|
|
PORTDOCS= AUTHORS NEWS README
|
2006-08-23 01:50:46 +00:00
|
|
|
MAN1= gnome-osd-client.1
|
2004-11-07 23:11:32 +00:00
|
|
|
|
|
|
|
post-patch:
|
2007-10-24 23:37:25 +00:00
|
|
|
@${REINPLACE_CMD} -e 's|control-center-2.0/capplets|applications|' \
|
2005-03-17 06:27:52 +00:00
|
|
|
${WRKSRC}/Makefile.in
|
2004-11-07 23:11:32 +00:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
${MKDIR} ${DOCSDIR}
|
2005-11-16 15:36:58 +00:00
|
|
|
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
|
2004-11-07 23:11:32 +00:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|