aboutsummaryrefslogtreecommitdiffstats
path: root/misc/gnome-osd/Makefile
blob: d2471b05d51b9901488b216d2d12a44b34ef7074 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Created by: Jean-Yves Lefort <jylefort@brutele.be>
# $FreeBSD$

PORTNAME=   gnome-osd
PORTVERSION=    0.20.0
PORTREVISION=   1
CATEGORIES= misc
MASTER_SITES=   http://launchpadlibrarian.net/63944370/
DISTNAME=   ${PORTNAME}_${PORTVERSION}

MAINTAINER= ports@FreeBSD.org
COMMENT=    On-Screen-Display infrastructure using Pango text rendering

USES=       pathfix gmake pkgconfig python
USE_GNOME=  gnomeprefix intlhack pygnome2
GNU_CONFIGURE=  yes

GCONF_SCHEMAS=  gnome-osd.schemas

CPPFLAGS+=  -I${LOCALBASE}/include
LDFLAGS+=   -L${LOCALBASE}/lib

OPTIONS_DEFINE= DOCS

post-install:
    @${MKDIR} ${STAGEDIR}${DOCSDIR}
    (cd ${WRKSRC} && ${INSTALL_DATA} AUTHORS NEWS README \
        ${STAGEDIR}${DOCSDIR})

.include <bsd.port.mk>