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

Annotation of ports/geo/gpscorrelate/Makefile, Revision 1.9

1.1       yason       1: # $OpenBSD$
                      2:
1.9     ! yason       3: COMMENT =              EXIF geotagging
1.1       yason       4:
1.2       yason       5: DISTNAME =             gpscorrelate-1.6.1
1.1       yason       6:
1.9     ! yason       7: CATEGORIES =           geo x11
1.1       yason       8:
                      9: HOMEPAGE =             http://www.freefoote.com/linux_gpscorr.html
                     10:
1.8       yason      11: MAINTAINER =           Kirill Bychkov <yason@linklevel.net>
1.1       yason      12:
                     13: # GPLv2
                     14: PERMIT_PACKAGE_CDROM = Yes
                     15: PERMIT_PACKAGE_FTP =   Yes
                     16: PERMIT_DISTFILES_CDROM =Yes
                     17: PERMIT_DISTFILES_FTP = Yes
                     18:
1.8       yason      19: WANTLIB += GL X11 Xcomposite Xcursor Xdamage Xext Xfixes Xi Xinerama
                     20: WANTLIB += Xrandr Xrender atk-1.0 c cairo exiv2 expat fontconfig
                     21: WANTLIB += freetype gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 glib-2.0
                     22: WANTLIB += gmodule-2.0 gobject-2.0 gthread-2.0 gtk-x11-2.0 m pango-1.0
                     23: WANTLIB += pangocairo-1.0 pangoft2-1.0 pixman-1 png pthread pthread-stubs
                     24: WANTLIB += stdc++ xcb xcb-render xcb-shm xml2 z
1.1       yason      25:
                     26: MASTER_SITES =         http://www.freefoote.com/linux/
                     27:
                     28: MODULES =              devel/gettext \
                     29:                        textproc/intltool
                     30:
1.8       yason      31: BUILD_DEPENDS =                textproc/libxslt \
                     32:                        converters/xmltoman \
                     33:                        textproc/docbook \
                     34:                        textproc/docbook-xsl
                     35:
                     36: LIB_DEPENDS =          graphics/cairo \
                     37:                        graphics/exiv2 \
                     38:                        x11/gtk+2 \
                     39:                        textproc/libxml
1.1       yason      40:
1.8       yason      41: RUN_DEPENDS =          devel/desktop-file-utils
1.3       yason      42:
1.1       yason      43: USE_GMAKE =            Yes
1.2       yason      44: FAKE_FLAGS +=          mandir="${PREFIX}/man"
1.1       yason      45:
                     46: NO_REGRESS =           Yes
1.2       yason      47:
                     48: post-install:
                     49:        ${INSTALL_DATA_DIR} ${PREFIX}/share/applications
                     50:        ${INSTALL_DATA} ${WRKSRC}/gpscorrelate.desktop ${PREFIX}/share/applications/
                     51:        ${INSTALL_DATA_DIR} ${PREFIX}/share/icons/hicolor/scalable/apps/
                     52:        ${INSTALL_DATA} ${WRKSRC}/gpscorrelate-gui.svg ${PREFIX}/share/icons/hicolor/scalable/apps/
                     53:
1.1       yason      54:
                     55: .include <bsd.port.mk>

CVSweb