mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 15:33:55 +02:00
4e66d49984
Update SITES, HOMEPAGE, and comments.
22 lines
338 B
Makefile
22 lines
338 B
Makefile
COMMENT= library for fuzzy string comparisons
|
|
|
|
DISTNAME= fstrcmp-0.7.D001
|
|
CATEGORIES= textproc
|
|
SITES= https://fstrcmp.sourceforge.net/
|
|
REVISION= 0
|
|
|
|
SHARED_LIBS= fstrcmp 0.0
|
|
|
|
HOMEPAGE= https://fstrcmp.sourceforge.net/
|
|
|
|
# GPLv3
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB= c
|
|
|
|
BUILD_DEPENDS+= textproc/groff
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
.include <bsd.port.mk>
|