[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / ports / devel / jansson

Annotation of ports/devel/jansson/Makefile, Revision 1.1.1.1

1.1       kirby       1: # $OpenBSD: Makefile.template,v 1.68 2013/10/02 07:34:45 ajacoutot Exp $
                      2:
                      3: COMMENT =              library for manipulating JSON data
                      4:
                      5: DISTNAME =             jansson-2.5
                      6:
                      7: SHARED_LIBS =          jansson 0.0 # 9.0
                      8:
                      9: CATEGORIES =           devel
                     10:
                     11: HOMEPAGE =             http://www.digip.org/jansson/
                     12:
                     13: #MAINTAINER =          ???
                     14:
                     15: # MIT
                     16: PERMIT_PACKAGE_CDROM = Yes
                     17:
                     18: #WANTLIB =             ???
                     19:
                     20: MASTER_SITES =         http://www.digip.org/jansson/releases/
                     21:
                     22: SEPARATE_BUILD =       Yes
                     23: USE_GMAKE =            Yes
                     24: CONFIGURE_STYLE =      gnu
                     25:
                     26: .include <bsd.port.mk>

CVSweb