# ports collection makefile for: echolinux # Date created: 25 June 2004 # Whom: db # # $FreeBSD$ # PORTNAME= echolinux PORTVERSION= 0.16a PORTREVISION= 2 CATEGORIES= comms MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= cqinet EXTRACT_SUFX= .tgz MAINTAINER= db@db.net COMMENT= Amateur Radio Echolink client for UNIX LIB_DEPENDS= forms.1:${PORTSDIR}/x11-toolkits/xforms \ gsm.1:${PORTSDIR}/audio/gsm USE_REINPLACE= yes post-patch: @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|' ${WRKSRC}/echolinux/Makefile \ ${WRKSRC}/echogui/Makefile @${REINPLACE_CMD} -e 's|gcc|$${CC}|' -e 's|/usr/include/X11|$${X11BASE}/include|' \ -e 's|-o echogui -L/usr/X11R6/lib -lX11 -lXpm -lforms -lm -lpthread|$${CFLAGS} -o echogui -L$${X11BASE}/lib -lX11 -lXpm -lforms -lm ${PTHREAD_LIBS}|' \ -e 's|CARGS|CFLAGS|' -e 's|= -DNodeFont=FL_TINY_SIZE|+= ${PTHREAD_CFLAGS} -DNodeFont=FL_TINY_SIZE|' \ ${WRKSRC}/echogui/Makefile @${REINPLACE_CMD} -e 's|||' \ ${WRKSRC}/echogui/testgui_cb.c ${WRKSRC}/echogui/testgui_main.c \ ${WRKSRC}/echolinux/control.c ${WRKSRC}/echolinux/vox.c @${REINPLACE_CMD} -e 's|CC = gcc -O3|#CC = gcc -O3|' -e 's|^CFLAGS =|CFLAGS +=|' \ ${WRKSRC}/echolinux/Makefile @${REINPLACE_CMD} -e 's|LFLAGS = -lm|LFLAGS = -L${LOCALBASE}/lib -lm -lgsm|' \ -e 's|libgsm.a||' -e 's|-Igsm/inc|-I${LOCALBASE}/include|' \ ${WRKSRC}/echolinux/Makefile post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} @${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/README @${INSTALL_DATA} ${WRKSRC}/Using_EchoLinux.txt ${DOCSDIR}/Using_EchoLinux.txt @${ECHO} "" @${ECHO} "echolinux docs installed in ${DOCSDIR}" @${ECHO} "" .endif @${MKDIR} ${PREFIX}/share/echolinux @${INSTALL_DATA} ${WRKSRC}/echolinux.desktop ${PREFIX}/share/echolinux @${MKDIR} ${PREFIX}/share/echolinux/pixmaps @${INSTALL_DATA} ${WRKSRC}/pixmaps/echolinux_48x48.png ${PREFIX}/share/echolinux/pixmaps @${ECHO} "" @${ECHO} "echolinux desktop examples installed in ${PREFIX}/share/echolinux" @${ECHO} "" .include it/gsoc2013-evolution/log/e-util/e-text-event-processor.c?h=GAL_2_3_0'>logtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fix c&p typo.Chris Toshok2002-11-171-4/+4
* add lots of marshallers (most, if not all, for etable).Chris Toshok2002-11-171-55/+55
* merging the gal-2 branch back to the trunk.Mike Kestner2002-11-011-4/+3
* Ansification patch from danw.Christopher James Lahey2002-04-261-1/+1
* Changed the license announcement at the top of these files.Christopher James Lahey2001-10-271-13/+15
* add E_OBJECT_CLASS_ADD_SIGNALS and E_OBJECT_CLASS_TYPE to ease migrationMichael Meeks2001-10-051-2/+3
* Fixed headers. Moved the .h associated with each .c to the top of the listChristopher James Lahey2001-04-041-1/+1