freebsd-ports/x11-fonts/linuxlibertine-g/Makefile
2015-03-22 10:09:40 +00:00

27 lines
563 B
Makefile

# $FreeBSD$
PORTNAME= linuxlibertine-g
PORTVERSION= 20120116
PORTREVISION= 1
CATEGORIES= x11-fonts
MASTER_SITES= http://www.numbertext.org/linux/
DISTNAME= e7a384790b13c29113e22e596ade9687-LinLibertineG-${PORTVERSION}
MAINTAINER= office@FreeBSD.org
COMMENT= Linux Libertine G and Linux Biolinum G fonts
USES= fonts zip
SUB_FILES= pkg-message
FONTNAME= LinLibertineG
NO_BUILD= yes
WRKSRC= ${WRKDIR}/${FONTNAME}
do-install:
${MKDIR} ${STAGEDIR}${FONTSDIR}
cd ${WRKSRC} && \
${INSTALL_DATA} ${WRKSRC}/*.ttf ${STAGEDIR}${FONTSDIR}
.include <bsd.port.mk>