2004-11-08 00:11:32 +01:00
|
|
|
# New ports collection makefile for: gnome-osd
|
|
|
|
# Date created: 21 Aug 2004
|
|
|
|
# Whom: Jean-Yves Lefort <jylefort@brutele.be>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2005-03-17 07:27:52 +01:00
|
|
|
PORTNAME= gnome-osd
|
2005-04-13 23:16:05 +02:00
|
|
|
PORTVERSION= 0.7.3
|
2005-03-17 07:27:52 +01:00
|
|
|
CATEGORIES= misc
|
|
|
|
MASTER_SITES= http://telecom.inescporto.pt/~gjc/gnome-osd/
|
2004-11-08 00:11:32 +01:00
|
|
|
|
2005-04-13 00:10:43 +02:00
|
|
|
MAINTAINER= jylefort@FreeBSD.org
|
2005-03-17 07:27:52 +01:00
|
|
|
COMMENT= An On-Screen-Display infrastructure using Pango text rendering
|
2004-11-08 00:11:32 +01:00
|
|
|
|
2005-03-17 07:27:52 +01:00
|
|
|
USE_X_PREFIX= yes
|
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_GNOME= gnomehack gnomeprefix intlhack pygnome2
|
|
|
|
USE_PYTHON= yes
|
|
|
|
USE_REINPLACE= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
GCONF_SCHEMAS= gnome-osd.schemas
|
2004-11-08 00:11:32 +01:00
|
|
|
|
|
|
|
post-patch:
|
2005-03-17 07:27:52 +01:00
|
|
|
@${REINPLACE_CMD} -e 's|control-center-2.0/capplets|applications|' \
|
|
|
|
${WRKSRC}/Makefile.in
|
2004-11-08 00:11:32 +01:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
${MKDIR} ${DOCSDIR}
|
|
|
|
${INSTALL_DATA} \
|
|
|
|
${WRKSRC}/AUTHORS \
|
|
|
|
${WRKSRC}/NEWS \
|
|
|
|
${WRKSRC}/README \
|
|
|
|
${DOCSDIR}
|
|
|
|
.endif
|
|
|
|
|
|
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|