mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
c68d8006c1
- Add NO_ARCH - Switch to options helpers
35 lines
785 B
Makefile
35 lines
785 B
Makefile
# 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
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= gettext-tools gmake pathfix pkgconfig python
|
|
USE_GNOME= gnomeprefix intlhack pygnome2
|
|
GNU_CONFIGURE= yes
|
|
NO_ARCH= yes
|
|
|
|
GCONF_SCHEMAS= gnome-osd.schemas
|
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
post-install-DOCS-on:
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
(cd ${WRKSRC} && ${INSTALL_DATA} AUTHORS NEWS README \
|
|
${STAGEDIR}${DOCSDIR})
|
|
|
|
.include <bsd.port.mk>
|