# New ports collection makefile for: cdrdao # Date created: 7 April 1999 # Whom: futatuki # # $FreeBSD$ # PORTNAME= cdrdao PORTVERSION= 1.1.5 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= cdrdao EXTRACT_SUFX= .src.tar.gz MAINTAINER= ports@FreeBSD.org BUILD_DEPENDS= antlr:${PORTSDIR}/devel/pccts \ dlg:${PORTSDIR}/devel/pccts WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} GNU_CONFIGURE= yes USE_GMAKE= yes MAN1= cdrdao.1 .include CONFIGURE_ARGS= --disable-gtkmmtest --with-pcctsbin=${LOCALBASE}/bin \ --with-pcctsinc=${LOCALBASE}/include/pccts .if defined(WITHOUT_SCGLIB) && ${OSVERSION} > 300000 CONFIGURE_ARGS+= --without-scglib .endif .if !defined(WITH_PTHREADS) && ${OSVERSION} > 320000 CONFIGURE_ARGS+= --without-posix-threads .endif pre-fetch: @${ECHO_MSG} "If you don't want to use Joerg Schilling's SCSI library," @${ECHO_MSG} "set WITHOUT_SCGLIB=yes." @${ECHO_MSG} "If you want to use pthreads, set WITH_PTHREADS=yes." post-extract: .if ${MACHINE_ARCH} == "alpha" @(cd ${WRKSRC}/scsilib/RULES; \ ${LN} -sf i386-freebsd-cc.rul alpha-freebsd-cc.rul) .endif @${CP} ${FILESDIR}/getopt.h ${WRKSRC}/utils post-install: strip ${PREFIX}/bin/cdrdao @${INSTALL_PROGRAM} -s ${WRKSRC}/utils/toc2cue ${PREFIX}/bin @${MKDIR} ${PREFIX}/share/doc/cdrdao .for i in COPYING CREDITS INSTALL README README.FreeBSD README.PlexDAE \ Release-1.1.0 Release-1.1.2 Release-1.1.3 Release-1.1.4 @${INSTALL_DATA} ${WRKSRC}/$i ${PREFIX}/share/doc/cdrdao/ .endfor @${CAT} ${PKGMESSAGE} .include -1.2.3 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/cad/gmsh
Commit message (Expand)AuthorAgeFilesLines
* Upgrade to 2.6.0.thierry2012-07-077-83/+78
* - update png to 1.5.10dinoex2012-06-012-1/+12
* Remove CMAKE_USE_PTHREAD from the ports using it.rakuco2011-11-141-4/+1
* fix build with lang/gcc46bf2011-08-121-0/+10
* - Removing portrevision from slave port cad/gmsh-occ. Portrevision forstephen2011-07-261-0/+1
* - Update to 2.5.0.stephen2011-07-26