mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
4e66d49984
Update SITES, HOMEPAGE, and comments.
20 lines
393 B
Makefile
20 lines
393 B
Makefile
COMMENT= ANSI C command line parser
|
|
|
|
DISTNAME= argtable2-13
|
|
PKGNAME= argtable-2.13
|
|
SHARED_LIBS += argtable2 1.2 # .1.8
|
|
CATEGORIES= devel
|
|
REVISION= 1
|
|
|
|
HOMEPAGE= https://argtable.sourceforge.net/
|
|
|
|
# LGPLv2
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
SITES= ${SITE_SOURCEFORGE:=argtable/}
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
FAKE_FLAGS= exampledir=${PREFIX}/share/examples/argtable2
|
|
|
|
.include <bsd.port.mk>
|