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) ]) nnamon'>cinnamon FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/ja6
Commit message (Expand)AuthorAgeFilesLines
* Remove non staged ports without pending PR from j*bapt2014-09-024-1417/+0
* Reset maintainership for ports not staged with no pending PRbapt2014-07-241-1/+1
* Remove indefinite articles and trailing periods from COMMENT, plus minorolgeni2014-07-061-1/+1
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-5/+2
* - Get Rid MD5 supportmiwi2011-03-191-1/+0
* - Updated email address in my portsnivit2006-12-101-1/+1
* Ja6 is a Japanese Symbols Trainer that includes Hiragana, Katakanasat2006-05-14