# New ports collection makefile for: autozen # Date created: 2000-09-16 # Whom: Trevor Johnson # # $FreeBSD$ # PORTNAME= autozen PORTVERSION= 2.1 PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= ftp://ftp.springdaemons.com/soft/ MAINTAINER= stas@FreeBSD.org COMMENT= Adjust brain waves with sound MAKE_ENV+= PTHREAD_FLAGS="${PTHREAD_CFLAGS} ${PTHREAD_LIBS}" \ DATADIR="${DATADIR}" DOCSDIR="${DOCSDIR}" MKDIR="${MKDIR}" USE_GNOME= gtk12 USE_PERL5_RUN= yes PORTDOCS= * MAN1= autozen.1 post-patch: @${RM} -f ${WRKSRC}/autozen ${WRKSRC}/seq2wav .if exists(/usr/include/sys/soundcard.h) @${REINPLACE_CMD} "s=machine/soundcard.h=sys/soundcard.h=g" \ ${WRKSRC}/autozen.c .endif .if !defined(NOPORTDOCS) @${REINPLACE_CMD} "s=#%%DOCS%%==g" ${WRKSRC}/Makefile .endif .include s-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/net/rsync
Commit message (Expand)AuthorAgeFilesLines
* Add LICENSE and remove MD5 sums.ehaupt2011-01-262-2/+2
* Remove dead mirrorehaupt2010-10-141-1/+0
* Begin the process of deprecating sysutils/rc_subr bydougb2010-03-271-1/+1
* Update to 3.0.7ehaupt2010-01-012-7/+7
* Prevent the unnecessary usage of perl (if present) during configure.ehaupt2009-09-151-1/+3
* Remove USE_PERL5_BUILD, since perl is not needed anymore to build.ehaupt2009-09-071-1/+0
* Fix a few "bad example" problems in the rc.d scripts that have beendougb2009-07-161-3/+3
* Update to 3.0.6ehaupt2009-05-112-7/+7
* Mark MAKE_JOBS_SAFEehaupt2009-03-271-1/+2
* Update to 3.0.5ehaupt2008-12-292-7/+7
* Update to 3.0.4ehaupt2008-09-072-7/+8
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.rafan2008-08-211-1/+0
* Add support for --atimes patch, which preserves access times.koitsu2008-07-091-1/+13
* Update to 3.0.3ehaupt2008-07-023-19/+7
* Provide an optional "Time limit patch"ehaupt2008-06-261-2/+11
* All of a sudden rsync requires perl to build. Add USE_PERL5_BUILD.ehaupt2008-06-021-2/+1
* Merge a patch from cvs which fixes a file-globbing bug in the daemon when chrootehaupt2008-05-312-0/+12
* Rework WITHOUT_ICONV build optionehaupt2008-05-071-6/+3
* Update to 3.0.2, and really disable iconv support if WITHOUT_ICONV is defined.ehaupt2008-04-092-7/+14
* - Update to 3.0.1ehaupt2008-04-042-8/+9
* Only download patchset if needed.ehaupt2008-03-261-1/+4
* Add optional iconv supportehaupt2008-03-121-1/+9
* Revise the wording for the ACL patch option. Rsync 3.0.x now has --acls supportehaupt2008-03-071-1/+1
* - Provide two additional build OPTIONS:ehaupt2008-03-072-2/+21
* - Update to 3.0.0pav2008-03-045-472/+4
* - Add a knob to apply atimes patch from vendor distributionpav2008-02-221-0/+20
* - Add a vendor patch that adds a new option "munge symlinks".pav2007-12-032-1/+341
* - Fix off-by-one buffer overflow in f_name() function. It is not clear if thispav2007-08-232-0/+61
* - Remove the DESTDIR modifications from individual ports as we have a new,gabor2007-08-041-7/+7
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptrafan2007-07-231-1/+1
* - Respect CFLAGS with POPT optionpav2007-04-271-1/+1
* - Fix --acls with --deletepav2007-04-092-3/+27
* - Fix IGNORE conditional (typo)pav2006-12-17