- 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
19 lines
391 B
Makefile
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>
|