[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / ports / www / goaccess

Annotation of ports/www/goaccess/Makefile, Revision 1.1

1.1     ! kirby       1: # $OpenBSD: Makefile.template,v 1.66 2013/06/04 22:58:11 sthen Exp $
        !             2:
        !             3: COMMENT =              real-time web log analyzer and interactive viewer
        !             4:
        !             5: DISTNAME =             goaccess-0.5
        !             6:
        !             7: CATEGORIES =           www
        !             8:
        !             9: HOMEPAGE =             http://goaccess.prosoftcorp.com/
        !            10:
        !            11: #MAINTAINER =          ???
        !            12:
        !            13: # Setting PERMIT_PACKAGE_CDROM=Yes defaults other PERMIT_* variables to Yes.
        !            14: PERMIT_PACKAGE_CDROM = Yes
        !            15:
        !            16: WANTLIB +=             c glib-2.0 m menu ncurses
        !            17:
        !            18: MASTER_SITES =         ${MASTER_SITE_SOURCEFORGE:=goaccess/}
        !            19:
        !            20: LIB_DEPENDS =          devel/glib2
        !            21: #TEST_DEPENDS =                ???
        !            22:
        !            23: #MAKE_FLAGS =          ???
        !            24: #MAKE_ENV =            ???
        !            25: #FAKE_FLAGS =          ???
        !            26: #TEST_FLAGS =          ???
        !            27:
        !            28: #SEPARATE_BUILD =      Yes (build in a directory other than WRKSRC)
        !            29: #SEPARATE_BUILD =      flavored (distinct flavors may share a common WRKSRC)
        !            30: USE_GMAKE =            Yes
        !            31: #USE_GROFF =           Yes
        !            32: #USE_LIBTOOL=          gnu
        !            33: CONFIGURE_STYLE =      gnu
        !            34: #CONFIGURE_ARGS +=     ${CONFIGURE_SHARED}
        !            35: CONFIGURE_ENV =                CPPFLAGS="-I${LOCALBASE}/include" \
        !            36:                        LDFLAGS="-L${LOCALBASE}/lib"
        !            37:
        !            38: #TEST_IS_INTERACTIVE =         Yes
        !            39:
        !            40: #NO_TEST =             Yes
        !            41:
        !            42: #CFLAGS =              ???
        !            43: #LDFLAGS =             ???
        !            44: #MAKE_FILE =           ???
        !            45: #PKG_ARCH =            ??? (* for arch-independent packages)
        !            46: #WRKDIST =             ??? if other than ${WRKDIR}/${DISTNAME}
        !            47: #WRKSRC =              ??? if other than ${WRKDIST}
        !            48: #WRKBUILD =            ??? if other than ${WRKSRC}
        !            49: #WRKCONF =             ??? if other than ${WRKBUILD}
        !            50:
        !            51: #TEST_TARGET =         ???
        !            52:
        !            53: .include <bsd.port.mk>

CVSweb