If somebody is removed who actually wants maintainer and either didn't receive the mail, or didn't bother to reply to it, they are free to send a diff to reinstate. ok sthen@, jca@
31 lines
494 B
Makefile
31 lines
494 B
Makefile
# $OpenBSD: Makefile,v 1.8 2019/07/17 14:49:22 danj Exp $
|
|
|
|
PKG_ARCH= *
|
|
|
|
COMMENT= nice fixed width fonts, easy on the eye
|
|
|
|
V= 3.0
|
|
REVISION= 6
|
|
DISTNAME= jmk-x11-fonts-${V}
|
|
PKGNAME= jmk-fonts-${V}
|
|
FIX_EXTRACT_PERMISSIONS=Yes
|
|
|
|
CATEGORIES= fonts x11
|
|
|
|
HOMEPAGE= http://www.jmknoble.net/fonts/
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MASTER_SITES= ${HOMEPAGE}
|
|
|
|
CONFIGURE_STYLE= imake
|
|
|
|
|
|
NO_TEST= Yes
|
|
|
|
post-install:
|
|
cd ${PREFIX}/share/fonts/jmk && mv fonts.alias fonts.alias-jmk
|
|
|
|
.include <bsd.port.mk>
|