24 lines
348 B
Makefile
24 lines
348 B
Makefile
PORTROACH = ignore:1
|
|
|
|
COMMENT = conversion tools for .PSF fonts
|
|
|
|
DISTNAME = psftools-1.1.1
|
|
SHARED_LIBS += psf 0.1 # 1.2
|
|
|
|
CATEGORIES = sysutils
|
|
|
|
HOMEPAGE = https://www.seasip.info/Unix/PSF/
|
|
|
|
# GPLv2+
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
WANTLIB += c
|
|
|
|
MASTER_SITES = https://www.seasip.info/Unix/PSF/
|
|
|
|
CONFIGURE_STYLE = gnu
|
|
|
|
USE_GMAKE = Yes
|
|
|
|
.include <bsd.port.mk>
|