# New ports collection makefile for: runawk # Date created: 28 March 2010 # Whom: Sahil Tandon # # $FreeBSD$ # PORTNAME= runawk PORTVERSION= 1.4.0 CATEGORIES= lang MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= sahil@FreeBSD.org COMMENT= Wrapper for AWK interpreter that implements a modules system BUILD_DEPENDS= mk-configure>=0.21.0:${PORTSDIR}/devel/mk-configure MAKE_ENV+= SUBPRJ_DFLT="${SUBPRJ_DFLT}" CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -Wl,-rpath -Wl,${LOCALBASE}/lib MAN1= ${PORTNAME}.1 alt_getopt.1 PLIST_FILES= bin/${PORTNAME} bin/alt_getopt bin/alt_getopt.sh SUBPRJ_DFLT= runawk modules LICENSE= MIT .if !defined(NOPORTDOCS) PORTDOCS= * SUBPRJ_DFLT+= doc .endif .if !defined(NOPORTEXAMPLES) PORTEXAMPLES= * SUBPRJ_DFLT+= examples MAKE_ENV+= EGDIR="${EXAMPLESDIR}" .endif do-build: @${SETENV} ${MAKE_ENV} ${LOCALBASE}/bin/mkcmake -C ${WRKSRC} do-install: @${SETENV} ${MAKE_ENV} ${LOCALBASE}/bin/mkcmake -C ${WRKSRC} ${INSTALL_TARGET} post-install: @(cd ${DATADIR}; ${FIND} -s . -type f) \ | ${SED} -ne 's,^,${DATADIR:S,^${PREFIX}/,,}/,p' >> ${TMPPLIST} @${ECHO_CMD} '@dirrm ${DATADIR:S|${PREFIX}/||}/gawk' >> ${TMPPLIST} @${ECHO_CMD} '@dirrm ${DATADIR:S|${PREFIX}/||}' >> ${TMPPLIST} .include n value='archive-integration'>archive-integration Google Summer of Code 2013 - GNOME - Archive Integration workspace
aboutsummaryrefslogtreecommitdiffstats
path: root/macros
Commit message (Expand)AuthorAgeFilesLines
* Allow users to specify the binary to run instead of libtoolize by checkingMalcolm Tredinnick2003-05-032-2/+11
* macros/autogen.sh: use GNOME2_DIR, not GNOME2_PATH which can beFrédéric Crozat2003-03-202-3/+8
* back out accidental commitJoe Shaw2003-01-091-9/+9
* back out accidental commitJoe Shaw2003-01-091-9/+9
* add missing .cvsignore entriesJose Maria Celorio2002-12-281-0/+1
* More white-space.Morten Welinder2002-12-061-18/+18
* Added missing quotes: PISOCK_LIBS="-lpisock -lpisync"Stanislav Brabec2002-11-272-1/+6
* reverted unwanted changes which slipped in while I moved gnome-2-port branchRadek Doulik2002-11-073-20/+41
* moving gnome-2-port branch to HEADRadek Doulik2002-11-013-41/+20
* oops, didn't want to change thatJohn Corwin2002-10-031-1/+1
* shouldn't need automake-1.4John Corwin2002-10-031-1/+1
* fix problem where -lpisync was not linked in if you didn't specifyJP Rosevear2002-09-212-2/+7
* Check for pilot-link 0.11.4JP Rosevear2002-09-172-1/+5
* Merging from branch.JP Rosevear2002-09-172-1/+5
* hardcode automake-1.4Havoc Pennington2002-09-092-8/+12
* Removed entry from ChangeLog file (sorry very much)Carlos Garnacho Parro2002-09-041-8/+0
* Release 0.21.0 ChangesCarlos Garnacho Parro2002-09-041-0/+8
* Fix quoting for AC_MSG_*JP Rosevear2002-05-162-8/+12
* Distribute gnome-pilot.m4.Sebastian Rittau2002-03-102-0/+6
* Shh againKjartan Maraas2002-03-081-0/+2
* oops. not these twoDan Winship2002-03-062-690/+0
* I'm not dead yet!Dan Winship2002-03-0633-0/+5009
* These macros aren't needed in gnome2Tov Are Jacobsen2002-03-0632-4326/+0
* add a ChangeLog entry about the port, use libglade-convert on the glade filesJose Maria Celorio2002-02-111-0/+4
* 0.12.0 here we goJose Maria Celorio2002-02-091-0/+3
* Readded.Carlos Perelló Marín2002-01-201-0/+1195
* *** empty log message ***Rodrigo Moya2002-01-201-1195/+0
* 0.10.0 here we go!Israel Escalante2001-12-141-0/+4
* back again !!!James Henstridge2001-12-0532-0/+4315
* *** empty log message ***gfarris2001-12-0531-4308/+0
* fix up gfarris's mistaken commit to gnome-common (revert to yesterday's versi...James Henstridge2001-12-0431-0/+4308
* *** empty log message ***gfarris2001-12-0432-4315/+0
* Fixed a typo: inlude -> includeSebastian Rittau2001-11-282-1/+6
* do a test that is not only always false, but works with autoconf 2.52 andjacob berkman2001-10-252-1/+7
* Complete intltool support.Darin Adler2001-10-032-2/+10
* Add intltool support.Darin Adler2001-10-032-2/+16
* PISOCK_CFLAGS no longer contains pilot-link version.Eskil Heyn Olsen2001-09-172-2/+5
* Stuff to check version of gnome-pilotEskil Heyn Olsen2001-09-102-6/+65
* Shut up CVS -GeorgeGeorge Lebl2001-09-031-0/+1
* Specify additional includes when testing for ext2fs/ext2fs.h.Pavel Roskin2001-08-202-3/+8
* Specify additional includes when testing for rpc/pmap_clnt.h. Needed forPavel Roskin2001-08-202-1/+14
* Replace "Can't" with "Cannot" in a comment.Pavel Roskin2001-08-141-1/+1
* Ignore generated .dep file.Darin Adler2001-08-052-0/+5
* Adding cvsignore filesAndrew Hughes Chatham2001-08-041-4/+4
* Revert mistaken commitJody Goldberg2001-08-021-3/+3
* Made "--without-guile" work. Added $guile_msg for reporting back.J.H.M. Dassen (Ray)2001-08-023-3/+23
* This directory is *shared* between a lot of modules in GNOME CVS -Martin Baulig2001-08-011-0/+13
* Fix ftp location and update current version of gettext to 0.10.39.Pavel Roskin2001-07-311-2/+2
* Add psion macros from Frodo Looijaard <frodol@dds.nl>Jody Goldberg2001-07-252-0/+57
* Correct minimal version testFrédéric Crozat2001-07-242-2/+7
* Removing changes to Makefile.am; didn't know this was a global directoryAndrew Hughes Chatham2001-07-231-4/+2
* Removing these macros from the global gnome macros directory. Sorry about that.Andrew Hughes Chatham2001-07-234-148/+0
* Make dist, dist check, and rpm are now supported and working. If you want to ...Kevin Gibbs2001-07-215-2/+152
* Fixed the cat of pi-version.hEskil Heyn Olsen2001-06-232-4/+9
* fix to include the CFLAGS for extra librariesHavoc Pennington2001-06-212-0/+6
* fooEskil Heyn Olsen2001-06-141-5/+5
* Always explicitly declare main() with the return type `int'. Don't usePavel Roskin2001-06-145-17/+26
* Removing xerces tests. Didn't know this directory was in gnome-commonAndrew Hughes Chatham2001-06-132-78/+0
* Now checks for XercesJulian Missig2001-06-131-1/+10
* Added .cvsignore files and changed the configure script so that it willAndrew Hughes Chatham2001-06-072-0/+69
* macros/ChangeLog:Peter Williams2001-06-022-6/+10
* 0.5 RELEASEArturo Espinosa Aldama2001-05-251-0/+4
* add hp-ux specific check from glibjacob berkman2001-05-252-1/+8
* This should fix that irritatingJody Goldberg2001-05-202-0/+7
* change $(cmd) to `cmd` in order to make it usable in non-bash bourneJaka Mocnik2001-04-162-4/+9
* quote a test and make sure incdir is always set so 'cat' worksJP Rosevear2001-03-022-1/+7
* Replaced awk with sed in gnome-print checks, seems to work nowLauris Kaplinski2001-02-222-8/+24
* Revert my previous patch now that gnome-pim and evolution are fixed toJP Rosevear2001-02-202-2/+5
* AC_SUBST the PISOCK_LIBDIR varJP Rosevear2001-02-202-0/+6
* Don't display the sed command to generate gpilotConf.shEskil Heyn Olsen2001-02-191-27/+37
* Put gnome-print-check.m4 to dietLauris Kaplinski2001-02-17