mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
30433f0c7f
With hat: portmgr-secretary
33 lines
731 B
Makefile
33 lines
731 B
Makefile
# Created by: Kevin Lo <kevlo@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ubuntu-font
|
|
PORTVERSION= 0.83
|
|
CATEGORIES= x11-fonts
|
|
MASTER_SITES= http://font.ubuntu.com/download/
|
|
|
|
DISTNAME= ${PORTNAME}-family-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Ubuntu font family
|
|
|
|
LICENSE= UFL
|
|
LICENSE_FILE= ${WRKSRC}/LICENCE.txt
|
|
LICENSE_NAME= Ubuntu Font License (UFL)
|
|
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
|
|
|
|
USES= fonts zip
|
|
NO_BUILD= yes
|
|
|
|
SUB_FILES= pkg-message
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
do-install:
|
|
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
cd ${WRKSRC} && ${INSTALL_DATA} *.txt ${STAGEDIR}${DOCSDIR}
|
|
${MKDIR} ${STAGEDIR}${FONTSDIR}
|
|
cd ${WRKSRC} && ${INSTALL_DATA} *.ttf ${STAGEDIR}${FONTSDIR}
|
|
|
|
.include <bsd.port.mk>
|