22 lines
373 B
Makefile
22 lines
373 B
Makefile
# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
|
|
|
|
PORTNAME= bdf2sfd
|
|
PORTVERSION= 1.1.7
|
|
CATEGORIES= x11-fonts
|
|
|
|
MAINTAINER= ehaupt@FreeBSD.org
|
|
COMMENT= BDF to SFD converter
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= cmake:noninja
|
|
USE_GITHUB= yes
|
|
USE_CSTD= c99
|
|
|
|
GH_ACCOUNT= fcambus
|
|
|
|
PLIST_FILES= bin/bdf2sfd \
|
|
man/man1/bdf2sfd.1.gz
|
|
|
|
.include <bsd.port.mk>
|