# New ports collection makefile for: gnotime # Date created: 1 March 2003 # Whom: Martin Klaffenboeck # # $FreeBSD$ # $MCom: ports/deskutils/gnotime/Makefile,v 1.24 2009/11/28 05:58:58 mezz Exp $ # PORTNAME= gnotime PORTVERSION= 2.3.0 PORTREVISION= 8 CATEGORIES= deskutils gnome MASTER_SITES= SF/gttr/${PORTNAME}/${PORTNAME}-${PORTVERSION} \ SF/qof/qof/${QOF_VERSION}:qof DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:DEFAULT \ ${QOF_DISTNAME}${EXTRACT_SUFX}:qof MAINTAINER= ports@FreeBSD.org COMMENT= A time tracker for gnome2 LIB_DEPENDS= guile.21:${PORTSDIR}/lang/guile USE_XORG= xscrnsaver USE_GNOME= gnomehack gnomeprefix gtkhtml3 intlhack libgnomeui USE_GETTEXT= yes USE_GMAKE= yes USE_AUTOTOOLS= libtool libltdl LIBTOOLFILES= configure ../${QOF_DISTNAME}/configure CONFIGURE_ENV= LIBQOF_CFLAGS="${LIBQOF_CFLAGS}" LIBQOF_LIBS="${LIBQOF_LIBS}" USE_LDCONFIG= yes INSTALLS_OMF= yes MAN1= gnotime.1 gnotime-remote.1 GCONF_SCHEMAS= gnotime.schemas QOF_VERSION= 0.7.5 QOF_DISTNAME= qof-${QOF_VERSION} QOF_WRKSRC= ${WRKDIR}/${QOF_DISTNAME} CPPFLAGS+= -I${LOCALBASE}/include `pkg-config --cflags libgnomeui-2.0` LDFLAGS+= -L${LOCALBASE}/lib `pkg-config --libs libgnomeui-2.0` LIBQOF_CFLAGS= -I${QOF_WRKSRC}/qof LIBQOF_LIBS= -L${QOF_WRKSRC}/qof/.libs -lqof post-patch: @${REINPLACE_CMD} -e \ '/CFLAGS=/s|-g2||g' ${QOF_WRKSRC}/configure @${REINPLACE_CMD} -e \ 's|__isleap|qof_date_isleap|g' ${QOF_WRKSRC}/qof/qofdate.c @${FIND} ${QOF_WRKSRC} -name "Makefile.in" -print0 | \ ${XARGS} -0 ${REINPLACE_CMD} -e \ '/^AM_CFLAGS =/s|-g||g ; \ s|(libdir)/pkgconfig|(prefix)/libdata/pkgconfig|g' pre-configure: @(cd ${QOF_WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \ CC="${CC}" CFLAGS="${CFLAGS}" \ CXX="${CXX}" CXXFLAGS="${CXXFLAGS}" \ CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" \ ./configure --prefix=${PREFIX} --disable-error-on-warning \ --disable-sqlite --disable-gdasql) pre-build: @(cd ${QOF_WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} \ ${MAKEFILE} ${MAKE_ARGS} ${ALL_TARGET}) pre-install: @(cd ${QOF_WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} \ ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET}) .include .merge-4.6.2 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
* misc/ossp-uuid: Bump PORTREVISION after r476743Vasil Dimov2018-08-091-1/+1
* misc/ossp-uuid: Fix pkg-config linker flagsVasil Dimov2018-08-091-0/+8
* Unbreak slave port misc/p5-OSSP-uuidAntoine Brodin2018-03-291-0/+4
* - Add LICENSEDmitry Marakasov2018-03-251-7/+6
* net/guacamole-server, misc/e2fsprogs-libuuid, misc/p5-OSSP-uuid, misc/ossp-uuidKurt Jaeger2016-03-064-16/+54
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-2/+1
* Cleanup plistBaptiste Daroussin2014-12-091-1/+0
* Unbreak misc/p5-OSSP-uuid slaveAntoine Brodin2014-08-181-1/+1
* - USES=libtool pathfixTijl Coosemans2014-08-163-37/+12
* Followup to r347563: revert a change that sneaked in.Vasil Dimov2014-03-181-2/+2
* - Add misc/p5-OSSP-uuid as a replacement for misc/ossp-uuid-perl.Frederic Culot2014-03-172-30/+4
* - Add misc/ossp-uuid-perl, a stub port of misc/ossp-uuid with PerlFrederic Culot2014-03-111-1/+4
* misc/ossp-uuid: fix pkg-plist - do not try to remove perl owned directoriesVasil Dimov2014-03-102-11/+1
* misc/ossp-uuid: fix perl binding, patch based on [1]Vasil Dimov2014-03-092-5/+27
* - Stage supportMartin Wilke2014-02-141-4/+0
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...Baptiste Daroussin2013-09-211-5/+2
* - convert to the new perl5 frameworkAndrej Zverev2013-09-141-1/+1
* - Fix build with new site_perlAndrej Zverev2013-06-131-1/+1
* - Set default perl version for ports which currently usingAndrej Zverev2012-12-161-1/+1
* Install misc/ossp-uuid header files into PREFIX/include/ossp insteadVasil Dimov2012-06-113-4/+17
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
* misc/ossp-uuid:Vasil Dimov2009-07-291-1/+8
* Upgrade misc/ossp-uuid from 1.6.1 to 1.6.2Vasil Dimov2008-11-272-4/+4
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
* - Remove USE_GCC where it can be satisfied with base compiler on followingPav Lucistnik2008-07-251-1/+0
* Upgrade misc/ossp-uuid from 1.6.0 to 1.6.1Vasil Dimov2008-05-303-10/+9
* Turn on the C++ support of misc/ossp-uuid.Vasil Dimov2007-12-122-2/+6
* Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.Mark Linimon2007-09-081-8/+2
* - Remove the DESTDIR modifications from individual ports as we have a new,Gabor Kovesdan2007-08-041-1/+1
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-07-231-1/+1
* * Upgrade misc/ossp-uuid from 1.5.1 to 1.6.0Vasil Dimov2007-07-222-5/+7
* Add support for DESTDIR part I.Erwin Lansing2006-08-041-1/+1
* Upgrade from 1.4.2 to 1.5.1Vasil Dimov2006-08-023-34/+18
* Update from 1.4.1 to 1.4.2 (bugfix release)Vasil Dimov2006-03-173-36/+4
* Conversion to a single libtool environment.Ade Lovett2006-02-231-1/+1
* * Update misc/ossp-uuid from 1.4.0 to 1.4.1Vasil Dimov2006-02-072-5/+5
* * audio/marlin, devel/upnp, devel/upnp104Marcus Alves Grando2006-01-271-2/+1
* Update to 1.4.0Marcus Alves Grando2006-01-162-4/+5
* Added forgotten patchMarcus Alves Grando2005-12-091-0/+32
* Update to 1.3.2 [1]Marcus Alves Grando2005-12-094-24/+62
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
* Add SHA256Marcus Alves Grando2005-11-091-0/+1
* Update to 1.3.1Marcus Alves Grando2005-09-292-3/+3
* Update my emailMarcus Alves Grando2005-09-171-1/+1
* - Update to 1.3.0Renato Botelho2005-09-063-4/+10
* - Update to 1.2.1Renato Botelho2005-08-312-3/+3
* Anti Unmaintained Ports Campaign by Marcus Grando.Roman Bogorodskiy2005-08-291-1/+1
* upgrade to OSSP uuid 1.2.0 (now supporting version 5 UUIDs which are name bas...Ralf S. Engelschall2005-01-243-4/+5
* upgrade to OSSP uuid 1.1.1Ralf S. Engelschall2004-11-192-3/+3
* - portlint: reduces COMMENT to less than 70 charsRalf S. Engelschall2004-11-101-3/+9
* - upgrade to OSSP uuid 1.1.0Ralf S. Engelschall2004-11-064-10/+28
* - Reset maintainership to ports@FreeBSD.orgSergei Kolobov2004-10-211-1/+1
* - Introduce MASTER_SITE_OSSPPav Lucistnik2004-08-211-1/+2
* Update to 1.0.1Kirill Ponomarev2004-07-222-5/+8
* - Update to version 1.0.0Kirill Ponomarev2004-02-172-3/+3