freebsd-ports/devel/sfsexp/Makefile
Daniel Engberg cd1602d19b
devel/sfsexp: Use official tarball
- The tarballs generated by GitHub can, on rare occasions, change, so
use the tarball created by upstream.

- Add USES=pathfix, so the pkgconfig file does not need to be manually
installed.

PR:		264268
2022-05-26 23:45:17 -03:00

19 lines
391 B
Makefile

PORTNAME= sfsexp
DISTVERSION= 1.4.0
CATEGORIES= devel
MASTER_SITES= https://github.com/mjsottile/${PORTNAME}/releases/download/v${DISTVERSION}/
MAINTAINER= jrm@FreeBSD.org
COMMENT= Small Fast S-Expression Library
LICENSE= LGPL21+
LICENSE_FILE= ${WRKSRC}/COPYING
USES= libtool pathfix pkgconfig
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
.include <bsd.port.mk>