2013-03-25 04:30:31 +00:00
|
|
|
# Created by: Jean-Yves Lefort <jylefort@brutele.be>
|
2004-11-07 23:11:32 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2005-03-17 06:27:52 +00:00
|
|
|
PORTNAME= gnome-osd
|
2011-03-25 11:36:31 +00:00
|
|
|
PORTVERSION= 0.20.0
|
2012-06-01 05:26:28 +00:00
|
|
|
PORTREVISION= 1
|
2005-03-17 06:27:52 +00:00
|
|
|
CATEGORIES= misc
|
2011-03-25 11:36:31 +00:00
|
|
|
MASTER_SITES= http://launchpadlibrarian.net/63944370/
|
|
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
2004-11-07 23:11:32 +00:00
|
|
|
|
2006-11-03 13:10:57 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2013-03-25 04:30:31 +00:00
|
|
|
COMMENT= On-Screen-Display infrastructure using Pango text rendering
|
2004-11-07 23:11:32 +00:00
|
|
|
|
2014-12-12 19:37:32 +00:00
|
|
|
USES= gettext-tools gmake pathfix pkgconfig python
|
2013-03-28 03:28:30 +00:00
|
|
|
USE_GNOME= gnomeprefix intlhack pygnome2
|
2005-03-17 06:27:52 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2011-03-25 11:36:31 +00:00
|
|
|
|
2005-03-17 06:27:52 +00:00
|
|
|
GCONF_SCHEMAS= gnome-osd.schemas
|
2011-03-25 11:36:31 +00:00
|
|
|
|
2011-09-23 22:26:39 +00:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
2004-11-07 23:11:32 +00:00
|
|
|
|
2014-02-21 13:38:12 +00:00
|
|
|
OPTIONS_DEFINE= DOCS
|
2014-02-10 13:54:26 +00:00
|
|
|
|
2004-11-07 23:11:32 +00:00
|
|
|
post-install:
|
2014-06-12 22:46:37 +00:00
|
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
|
|
(cd ${WRKSRC} && ${INSTALL_DATA} AUTHORS NEWS README \
|
|
|
|
${STAGEDIR}${DOCSDIR})
|
2004-11-07 23:11:32 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|