dnl dnl PSICONV_INIT dnl AC_DEFUN([PSICONV_INIT],[ AC_SUBST(PSICONV_LIBS) AC_SUBST(PSICONV_CFLAGS) AC_ARG_WITH(psiconv-includes, [ --with-psiconv-includes Specify location of Psiconv headers],[ psiconv_cflags="-I$withval" ]) AC_ARG_WITH(psiconv-libs, [ --with-psiconv-libs Specify location of Psiconv libs],[ psiconv_libs="-L$withval" ]) AC_ARG_WITH(psiconv, [ --with-psiconv Enable/disable Psiconv support], if test x$withval = xyes; then want_psiconv=yes else if test "x$withval" = xno; then want_psiconv=no else want_psiconv=yes fi fi, want_psiconv=yes) if test "$want_psiconv" = "yes"; then ac_save_CFLAGS="$CFLAGS" ac_save_LIBS="$LIBS" CFLAGS="$CFLAGS $psiconv_cflags" LIBS="$LIBS $psiconv_libs" AC_CHECK_LIB(psiconv,psiconv_parse,want_psiconv=yes,want_psiconv=no) CFLAGS="$ac_save_CFLAGS" LIBS="$ac_save_LIBS" fi if test "$want_psiconv" = "yes"; then PSICONV_LIBS="${psiconv_libs} -lpsiconv" PSICONV_CFLAGS="$psiconv_cflags" with_psiconv=true else PSICONV_LIBS="" PSICONV_CFLAGS="" with_psiconv=false fi AM_CONDITIONAL(WITH_PSICONV,$with_psiconv) ]) value='95ac058bc51c5f3c1cbc5020cbdc26a67fc0bae4'/> FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/www/phprecipebook
Commit message (Expand)AuthorAgeFilesLines
* Convert to USES=phpBaptiste Daroussin2017-10-041-2/+1
* Mark ports not building with PHP 7.1.Mathieu Arnold2017-02-071-1/+1
* Cleanup no longer needed CHMOD usage after r424898.Mathieu Arnold2016-11-031-3/+0
* Unmark broken on powerpc64Steve Wills2016-09-151-2/+0
* Convert to USES=mysql.Guido Falsi2016-04-271-1/+2
* many ports: mark broken on powerpc64Steve Wills2016-04-221-0/+2
* These ports do not build with PHP 7.0, make them as such.Mathieu Arnold2016-03-141-0/+1
* - Add NO_ARCHDmitry Marakasov2015-10-152-15/+9
* Allow packaging as user.Guido Falsi2015-09-261-2/+1
* Convert to @postexec.Guido Falsi2015-09-261-1/+1
* - Clean up plistGuido Falsi2014-11-182-69/+6
* Convert to USES=pgsqlBaptiste Daroussin2014-08-251-1/+1
* - Support stagingGuido Falsi2013-10-032-10/+6
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...Baptiste Daroussin2013-09-211-0/+1
* - Fix buildMartin Wilke2013-06-141-1/+1
* - Fix leftover files [1]Guido Falsi2013-06-122-19/+717
* - Convert to new options framework [1]Guido Falsi2012-10-061-12/+11
* Change to my FreeBSD.org email address.Guido Falsi2012-04-151-1/+1
* - Update to 3.01Dennis Herrmann2011-06-212-5/+9
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
* - UPdate 2.41Wen Heping2010-03-192-4/+5
* - Switch SourceForge ports to the new File Release System: categories startin...Dmitry Marakasov2009-08-221-1/+1
* - Update to 2.39Martin Wilke2008-12-053-24/+4