mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
1986e3b82c
Reviewed by: mat (mentor) Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D17399
24 lines
394 B
Makefile
24 lines
394 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= ohsnap
|
|
PORTVERSION= 1.8.0
|
|
CATEGORIES= x11-fonts
|
|
MASTER_SITES= SF/osnapfont/
|
|
|
|
MAINTAINER= rigoletto@FreeBSD.org
|
|
COMMENT= Monospaced font based on Artwiz Snap
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USES= fonts
|
|
FONTS= ohsnap ohsnapu
|
|
NO_BUILD= yes
|
|
|
|
SUB_FILES= pkg-message
|
|
|
|
do-install:
|
|
@${MKDIR} ${STAGEDIR}${FONTSDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/* ${STAGEDIR}${FONTSDIR}
|
|
|
|
.include <bsd.port.mk>
|