freebsd-ports/x11-themes/lxde-icon-theme/Makefile
William Grzybowski 9ba5e36a6f x11-themes/lxde-icon-theme: update to 0.5.0
- Update to 0.5.0 [1]
- Add LICENSE (GPLv3) [1]
- Install docs [1]
- Replace file patch with a sed [1]
- Trim Makefile header [1]
- Use space instead of tab for WWW
- Add DOCS to OPTIONS
- Pass maintainership to submitter

PR:		ports/179784
Submitted by:	nemysis <nemysis@gmx.ch>
2013-06-20 23:10:18 +00:00

39 lines
749 B
Makefile

# Created by: Kris Moore <kmoore@freebsd.org>
# $FreeBSD$
PORTNAME= lxde-icon-theme
PORTVERSION= 0.5.0
CATEGORIES= x11-themes
MASTER_SITES= SF/lxde/LXDE%20Icon%20Theme/lxde-icon-theme-${PORTVERSION}/
MAINTAINER= nemysis@gmx.ch
COMMENT= LXDE Icon Theme
LICENSE= GPLv3
USE_BZIP2= YES
USE_GMAKE= yes
USES= iconv
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX}
DATADIR= ${PREFIX}/share/lxde
INSTALLS_ICONS= YES
PORTDOCS= AUTHORS
OPTIONS_DEFINE= DOCS
.include <bsd.port.options.mk>
post-patch:
@${REINPLACE_CMD} -e 's|cp -raf --no-preserve=ownership|cp -RpPf|' \
${WRKSRC}/Makefile.in
post-install:
.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
.endif
.include <bsd.port.mk>