1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00
freebsd-ports/x11-fonts/ohsnap/Makefile
Alexandre C. Guimarães 1986e3b82c Update maintainer eMail address.
Reviewed by:	mat (mentor)
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D17399
2018-10-07 17:30:09 +00:00

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>