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

31 lines
716 B
Makefile
Raw Normal View History

# Created by: Jean-Yves Lefort <jylefort@brutele.be>
# $FreeBSD$
PORTNAME= gnome-osd
PORTVERSION= 0.20.0
2012-06-01 05:26:28 +00:00
PORTREVISION= 1
CATEGORIES= misc
MASTER_SITES= http://launchpadlibrarian.net/63944370/
DISTNAME= ${PORTNAME}_${PORTVERSION}
2006-11-03 13:10:57 +00:00
MAINTAINER= ports@FreeBSD.org
COMMENT= On-Screen-Display infrastructure using Pango text rendering
USES= gettext-tools gmake pathfix 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:
2014-06-12 22:46:37 +00:00
@${MKDIR} ${STAGEDIR}${DOCSDIR}
(cd ${WRKSRC} && ${INSTALL_DATA} AUTHORS NEWS README \
${STAGEDIR}${DOCSDIR})
.include <bsd.port.mk>