forked from Lainports/freebsd-ports
- Add LICENSE
- Add NO_ARCH - Switch to options helpers
This commit is contained in:
parent
969089da7d
commit
c68d8006c1
1 changed files with 5 additions and 1 deletions
|
|
@ -11,9 +11,13 @@ 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
|
||||
|
||||
|
|
@ -22,7 +26,7 @@ LDFLAGS+= -L${LOCALBASE}/lib
|
|||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
post-install:
|
||||
post-install-DOCS-on:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
(cd ${WRKSRC} && ${INSTALL_DATA} AUTHORS NEWS README \
|
||||
${STAGEDIR}${DOCSDIR})
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue