diff options
Diffstat (limited to 'devel/sfsexp/Makefile')
-rw-r--r-- | devel/sfsexp/Makefile | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/devel/sfsexp/Makefile b/devel/sfsexp/Makefile new file mode 100644 index 000000000000..51797a1fe810 --- /dev/null +++ b/devel/sfsexp/Makefile @@ -0,0 +1,26 @@ +PORTNAME= sfsexp +DISTVERSIONPREFIX= v +DISTVERSION= 1.3.1-18 +DISTVERSIONSUFFIX= -gc11b849 +CATEGORIES= devel + +MAINTAINER= jrm@FreeBSD.org +COMMENT= Small Fast S-Expression Library + +LICENSE= LGPL21+ +LICENSE_FILE= ${WRKSRC}/LICENSE_LGPL + +USES= autoreconf libtool pkgconfig +USE_GITHUB= yes +GH_ACCOUNT= mjsottile +USE_LDCONFIG= yes + +GNU_CONFIGURE= yes + +INSTALL_TARGET= install-strip + +post-install: + ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.pc \ + ${STAGEDIR}${PREFIX}/libdata/pkgconfig/ + +.include <bsd.port.mk> |