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

Annotation of ports/Makefile, Revision 1.1

1.1     ! kirby       1: # $OpenBSD: Makefile.template,v 1.73 2016/01/11 09:17:22 sthen Exp $
        !             2:
        !             3: COMMENT =      map management tool
        !             4:
        !             5: DISTNAME =     qmapshack-1.6.1
        !             6:
        !             7: CATEGORIES =   geo
        !             8:
        !             9: HOMEPAGE =     https://bitbucket.org/maproom/qmapshack/wiki/Home
        !            10:
        !            11: #MAINTAINER =          ???
        !            12:
        !            13: # GPLv3
        !            14: PERMIT_PACKAGE_CDROM = Yes
        !            15:
        !            16: WANTLIB += Qt5Core Qt5DBus Qt5Gui Qt5Network Qt5PrintSupport Qt5Script
        !            17: WANTLIB += Qt5Sql Qt5WebKit Qt5WebKitWidgets Qt5Widgets Qt5Xml
        !            18: WANTLIB += c gdal m proj pthread routino
        !            19:
        !            20: MASTER_SITES =         https://bitbucket.org/maproom/qmapshack/downloads/
        !            21:
        !            22: MODULES =              devel/cmake x11/qt5
        !            23:
        !            24: RUN_DEPENDS =          devel/desktop-file-utils \
        !            25:                        x11/gtk+3,-guic
        !            26: LIB_DEPENDS =          devel/proj \
        !            27:                        geo/gdal,-main \
        !            28:                        geo/routino
        !            29:
        !            30: TEST_TARGET =          qttest
        !            31:
        !            32: do-test:
        !            33:        ${WRKBUILD}/bin/qttest
        !            34:
        !            35: .include <bsd.port.mk>

CVSweb