diff --git a/archivers/lzma/Makefile b/archivers/lzma/Makefile index 1a0afcbe3a77..a888bfc84267 100644 --- a/archivers/lzma/Makefile +++ b/archivers/lzma/Makefile @@ -1,52 +1,52 @@ # Created by: Radim Kolar PORTNAME= lzma PORTVERSION= 19.00 CATEGORIES= archivers MASTER_SITES= SF/sevenzip/LZMA%20SDK/ DISTNAME= lzma${PORTVERSION:S/.//g} -MAINTAINER= ndowens@yahoo.com +MAINTAINER= ports@FreeBSD.org COMMENT= High-ratio LZMA compressor CONFLICTS= lzmautils-[0-9]* xz-[0-9]* USES= 7z gmake dos2unix NO_WRKSUBDIR= yes BUILD_WRKSRC= ${WRKSRC}/CPP/7zip/Bundles/LzmaCon MAKEFILE= makefile.gcc PLIST_FILES= bin/${PORTNAME} .ifdef(WITH_LZMA_PROB32) #increase the speed of decoding on some 32-bit CPUs, at the expense of doubled #memory usage for CLzmaDec::probs CFLAGS+= -D_LZMA_PROB32 .endif .ifdef(WITH_LZMA_SIZE_OPT) #enable some optimizations in LZMA Decoder to get smaller executable code CFLAGS+= -D_LZMA_SIZE_OPT .endif PORTDOCS= 7zC.txt 7zFormat.txt Methods.txt lzma-history.txt lzma.txt OPTIONS_DEFINE= DOCS post-patch: @${REINPLACE_CMD} -e '/bool Open(LPCTSTR fileName, DWORD creationDisposition)/,/}/d'\ ${WRKSRC}/CPP/7zip/Common/FileStreams.h @${REINPLACE_CMD} -e 's|malloc\.h|stdlib.h|g' \ ${WRKSRC}/CPP/7zip/UI/Common/Bench.cpp \ ${WRKSRC}/CPP/Common/MyWindows.cpp @${REINPLACE_CMD} -e \ '/^CXX/d;s|CXX_C|CC|;s|^CFLAGS =|CFLAGS +=|;s|-o|${CFLAGS} -o|'\ ${BUILD_WRKSRC}/${MAKEFILE} do-install: ${INSTALL_PROGRAM} ${BUILD_WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin do-install-DOCS-on: @${INSTALL} -d ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC}/DOC/&&${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}) do-test: ${BUILD_WRKSRC}/${PORTNAME} b .include diff --git a/comms/libirman/Makefile b/comms/libirman/Makefile index cdb53910f36d..b7cc6eab12cd 100644 --- a/comms/libirman/Makefile +++ b/comms/libirman/Makefile @@ -1,29 +1,29 @@ # Created by: Douglas K. Rand PORTNAME= libirman PORTVERSION= 0.5.2 CATEGORIES= comms MASTER_SITES= SF/${PORTNAME}/${PORTVERSION} -MAINTAINER= ndowens@yahoo.com +MAINTAINER= ports@FreeBSD.org COMMENT= Library for Evation's Irman infrared receiver LICENSE= LGPL20 LICENSE_FILE= ${WRKSRC}/COPYING USES= gmake libtool pkgconfig pathfix GNU_CONFIGURE= yes USE_LDCONFIG= yes INSTALL_TARGET= install-strip DOCS= AUTHORS ChangeLog README TECHNICAL TODO OPTIONS_DEFINE= DOCS do-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR}) .include diff --git a/devel/guile-lib/Makefile b/devel/guile-lib/Makefile index 05bc0130ff28..ab45eddf317a 100644 --- a/devel/guile-lib/Makefile +++ b/devel/guile-lib/Makefile @@ -1,26 +1,26 @@ # Created by: ijliao PORTNAME= guile-lib PORTVERSION= 0.2.6.1 PORTREVISION= 2 CATEGORIES= devel scheme MASTER_SITES= SAVANNAH -MAINTAINER= ndowens@yahoo.com +MAINTAINER= ports@FreeBSD.org COMMENT= Repository of useful code written in Guile Scheme LICENSE= LGPL3 GPLv3 LICENSE_COMB= multi BROKEN_armv7= fails to compile: stack overflow BUILD_DEPENDS= guile2>0:lang/guile2 RUN_DEPENDS= guile2>0:lang/guile2 TEST_TARGET= check USES= gmake pkgconfig GNU_CONFIGURE= yes INFO= guile-library .include diff --git a/devel/libburn/Makefile b/devel/libburn/Makefile index 2f39fe066de5..8e7fe410221e 100644 --- a/devel/libburn/Makefile +++ b/devel/libburn/Makefile @@ -1,28 +1,28 @@ # Created by: J.R. Oldroyd PORTNAME= libburn PORTVERSION= 1.5.0 CATEGORIES= devel MASTER_SITES= http://files.libburnia-project.org/releases/ -MAINTAINER= ndowens@yahoo.com +MAINTAINER= ports@FreeBSD.org COMMENT= Libburnia library to read/write optical discs LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING USES= libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes INSTALL_TARGET= install-strip PORTDOCS= *.txt OPTIONS_DEFINE= DOCS do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/doc/|} \ ${STAGEDIR}${DOCSDIR} .include diff --git a/devel/libisofs/Makefile b/devel/libisofs/Makefile index 3034a7c8e744..a7307ff5afb3 100644 --- a/devel/libisofs/Makefile +++ b/devel/libisofs/Makefile @@ -1,43 +1,43 @@ # Created by: J.R. Oldroyd PORTNAME= libisofs PORTVERSION= 1.5.0 CATEGORIES= devel MASTER_SITES= http://files.libburnia-project.org/releases/ -MAINTAINER= ndowens@yahoo.com +MAINTAINER= ports@FreeBSD.org COMMENT= Libburnia ISO9660 filesystem creation library LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libburn.so:devel/libburn USES= iconv libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes INSTALL_TARGET= install-strip PORTDOCS= susp_* Tutorial zisofs_format.txt OPTIONS_DEFINE= DEBUG DOCS LIBACL LIBJTE XATTR ZLIB OPTIONS_DEFAULT=LIBACL LIBJTE XATTR ZLIB LIBACL_DESC= Enable use of ACL functions LIBJTE_DESC= Jigdo file support XATTR_DESC= Extended file attribute support DEBUG_CONFIGURE_ENABLE= debug LIBACL_CONFIGURE_ENABLE= libacl LIBJTE_CONFIGURE_ENABLE= libjte XATTR_CONFIGURE_ENABLE= xattr ZLIB_CONFIGURE_ENABLE= zlib post-patch: @${REINPLACE_CMD} 's/-liconv/${ICONV_LIB}/' ${WRKSRC}/configure do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/doc/|} ${STAGEDIR}${DOCSDIR} .include diff --git a/devel/libpo6/Makefile b/devel/libpo6/Makefile index 27f0124f19b0..3ad1808eafa9 100644 --- a/devel/libpo6/Makefile +++ b/devel/libpo6/Makefile @@ -1,18 +1,18 @@ # Created by: Veniamin Gvozdikov PORTNAME= libpo6 PORTVERSION= 0.8.0 CATEGORIES= devel MASTER_SITES= http://hyperdex.org/src/ -MAINTAINER= ndowens@yahoo.com +MAINTAINER= ports@FreeBSD.org COMMENT= POSIX wrappers for C++ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE TEST_TARGET= check GNU_CONFIGURE= yes USES= gmake libtool pathfix USE_LDCONFIG= yes .include diff --git a/devel/libruin/Makefile b/devel/libruin/Makefile index 3c7b7cfa8e7d..92e893b38882 100644 --- a/devel/libruin/Makefile +++ b/devel/libruin/Makefile @@ -1,57 +1,57 @@ # Created by: ijliao PORTNAME= libruin PORTVERSION= 0.2.0 PORTREVISION= 3 CATEGORIES= devel scheme MASTER_SITES= SAVANNAH -MAINTAINER= ndowens@yahoo.com +MAINTAINER= ports@FreeBSD.org COMMENT= Renderer for User Interfaces in Ncurses LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING NOT_FOR_ARCHS= mips NOT_FOR_ARCHS_REASON= glib needs GCC (not available for mips) BUILD_DEPENDS= guile-lib>0:devel/guile-lib LIB_DEPENDS= libguile-2.2.so:lang/guile2 \ libgc-threaded.so:devel/boehm-gc-threaded RUN_DEPENDS= guile-lib>0:devel/guile-lib GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USES= gnome libtool ncurses pkgconfig USE_GNOME= glib20 USE_LDCONFIG= yes INFO= libruin OPTIONS_DEFINE= DOCS EXAMPLES PORTDOCS= ChangeLog PORTEXAMPLES= css21-conformance-uris.txt ruinview.c post-patch: # XXX: must remove spaces from the PACKAGE_STRING because of this: # http://git.savannah.gnu.org/cgit/guile.git/commit/libguile/guile-snarf.in?id=f775ab3654357fcaad294b95efb0b1c16de1eda8 (yes, it's a bug in the new guile) @${REINPLACE_CMD} -e 's,guile-2\.0,guile-2.2,' \ -e '/^PACKAGE_STRING=/s, ,-,' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's,@appendixsubsec,@appendixsec,' \ ${WRKSRC}/doc/fdl.texi post-configure: # Avoid compiling examples, which fails to compile # As the examples needs the library to be already installed ${REINPLACE_CMD} -e '/^SUBDIRS/s,examples,,' ${WRKSRC}/Makefile do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC}/doc && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}) do-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} (cd ${WRKSRC}/examples && ${INSTALL_DATA} ${PORTEXAMPLES} ${STAGEDIR}${EXAMPLESDIR}) .include diff --git a/devel/py-macholib/Makefile b/devel/py-macholib/Makefile index 17b30165ad54..76abf4cb30af 100644 --- a/devel/py-macholib/Makefile +++ b/devel/py-macholib/Makefile @@ -1,18 +1,18 @@ PORTNAME= macholib PORTVERSION= 1.11 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ndowens@yahoo.com +MAINTAINER= ports@FreeBSD.org COMMENT= Used to analyze and edit Mach-O headers LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= python:3.6+ USE_PYTHON= autoplist distutils NO_ARCH= yes .include diff --git a/emulators/fs-uae-launcher/Makefile b/emulators/fs-uae-launcher/Makefile index dcee34c2a38c..66a691806f9d 100644 --- a/emulators/fs-uae-launcher/Makefile +++ b/emulators/fs-uae-launcher/Makefile @@ -1,31 +1,31 @@ # Created by: Uffe Jakobsen PORTNAME= fs-uae-launcher PORTVERSION= 3.0.5 PORTREVISION= 3 CATEGORIES= emulators MASTER_SITES= https://fs-uae.net/stable/${PORTVERSION}/ -MAINTAINER= ndowens@yahoo.com +MAINTAINER= ports@FreeBSD.org COMMENT= GUI launcher for the FS-UAE Amiga emulator LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}python-lhafile>0:archivers/py-python-lhafile@${PY_FLAVOR} USES= gettext gmake gnome pathfix pyqt:5 python:3.4+ USE_PYTHON= distutils autoplist noflavors USE_PYQT= core sip gui widgets opengl INSTALLS_ICONS= yes MAKE_ARGS+= DESTDIR=${STAGEDIR} prefix=${PREFIX} PYTHON=${PYTHON_CMD} PYDISTUTILS_INSTALLARGS+= --install-lib=${PYTHON_SITELIBDIR} OPTIONS_DEFINE= DOCS .include diff --git a/finance/cointop/Makefile b/finance/cointop/Makefile index 345c559358cf..01ece2e63417 100644 --- a/finance/cointop/Makefile +++ b/finance/cointop/Makefile @@ -1,41 +1,41 @@ PORTNAME= cointop DISTVERSIONPREFIX= v DISTVERSION= 1.5.4 CATEGORIES= finance -MAINTAINER= ndowens@yahoo.com +MAINTAINER= ports@FreeBSD.org COMMENT= Cryptocurrency coin stats LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_GITHUB= yes GH_ACCOUNT= miguelmota GH_TUPLE= BurntSushi:toml:v0.3.1:burntsushi_toml/vendor/github.com/BurntSushi/toml \ anaskhan96:soup:v1.1.1:anaskhan96_soup/vendor/github.com/anaskhan96/soup \ fatih:color:v1.7.0:fatih_color/vendor/github.com/fatih/color \ golang:net:da137c7871d7:golang_net/vendor/golang.org/x/net \ golang:sys:51ab0e2deafa:golang_sys/vendor/golang.org/x/sys \ golang:text:v0.3.2:golang_text/vendor/golang.org/x/text \ inconshreveable:mousetrap:v1.0.0:inconshreveable_mousetrap/vendor/github.com/inconshreveable/mousetrap \ maruel:panicparse:f20d4c4d746f:maruel_panicparse/vendor/github.com/maruel/panicparse \ mattn:go-colorable:v0.1.1:mattn_go_colorable/vendor/github.com/mattn/go-colorable \ mattn:go-isatty:v0.0.8:mattn_go_isatty/vendor/github.com/mattn/go-isatty \ mattn:go-runewidth:v0.0.7:mattn_go_runewidth/vendor/github.com/mattn/go-runewidth \ miguelmota:go-coinmarketcap:v0.1.5:miguelmota_go_coinmarketcap/vendor/github.com/miguelmota/go-coinmarketcap \ miguelmota:gocui:v0.4.2:miguelmota_gocui/vendor/github.com/miguelmota/gocui \ miguelmota:termbox-go:58d4fcbce2a7:miguelmota_termbox_go/vendor/github.com/miguelmota/termbox-go \ mitchellh:go-wordwrap:v1.0.0:mitchellh_go_wordwrap/vendor/github.com/mitchellh/go-wordwrap \ patrickmn:go-cache:v2.1.0:patrickmn_go_cache/vendor/github.com/patrickmn/go-cache \ spf13:cobra:v0.0.5:spf13_cobra/vendor/github.com/spf13/cobra \ spf13:pflag:v1.0.3:spf13_pflag/vendor/github.com/spf13/pflag \ tomnomnom:xtermcolor:b78803f00a7e:tomnomnom_xtermcolor/vendor/github.com/tomnomnom/xtermcolor GO_BUILDFLAGS= -ldflags="-X github.com/miguelmota/cointop/cointop.version=${PORTVERSION}" PLIST_FILES= bin/cointop .include diff --git a/ftp/ocaml-ocurl/Makefile b/ftp/ocaml-ocurl/Makefile index 5bc0a8b5b41d..84abeee0c15a 100644 --- a/ftp/ocaml-ocurl/Makefile +++ b/ftp/ocaml-ocurl/Makefile @@ -1,52 +1,52 @@ # Created by: Marwan BURELLE PORTNAME= ocurl PORTVERSION= 0.8.2 CATEGORIES= ftp PKGNAMEPREFIX= ocaml- -MAINTAINER= ndowens@yahoo.com +MAINTAINER= ports@FreeBSD.org COMMENT= Interface for OCaml to the curl lib LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ocamlc:lang/ocaml \ ocamlfind:devel/ocaml-findlib RUN_DEPENDS:= ${BUILD_DEPENDS} LIB_DEPENDS= libcurl.so:ftp/curl USES= gmake GNU_CONFIGURE= yes #CONFIGURE_ARGS+="--with-findlib" USE_GITHUB= yes GH_ACCOUNT= ygrek USE_OCAML= yes USE_OCAML_CAMLP4= yes USE_OCAML_FINDLIB= yes USE_OCAML_LDCONFIG= yes OCAML_PKGDIRS= curl OPTIONS_DEFINE= LWT OPTIONS_DEFAULT= LWT OPTIONS_SUB= yes LWT_DESC= Include threading support (ocaml-lwt) LWT_RUN_DEPENDS= ${LOCALBASE}/${OCAML_SITELIBDIR}/lwt/lwt.a:devel/ocaml-lwt LWT_BUILD_DEPENDS= ${LWT_RUN_DEPENDS} post-install-LWT-on: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/curl/curl_lwt.cmxs post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/curl/dllcurl-helper.so \ ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/curl/curl.cmxs \ post-configure-LWT-off: # Override auto-detection ${REINPLACE_CMD} 's/(lwt,no)/(no,no)/' ${WRKSRC}/Makefile \ ${WRKSRC}/examples/Makefile .include diff --git a/net/uget/Makefile b/net/uget/Makefile index 08616955cf1c..3ca8349143e4 100644 --- a/net/uget/Makefile +++ b/net/uget/Makefile @@ -1,54 +1,54 @@ # Created by: Olivier Duchateau PORTNAME= uget PORTVERSION= 2.2.1 PORTREVISION= 4 CATEGORIES= net MASTER_SITES= SF/urlget/${PORTNAME}%20%28stable%29/${PORTVERSION} -MAINTAINER= ndowens@yahoo.com +MAINTAINER= ports@FreeBSD.org COMMENT= Lightweight and full-featured graphical download manager LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libcurl.so:ftp/curl RUN_DEPENDS= aria2c:www/aria2 USES= compiler:c11 gettext-tools gmake gnome pkgconfig GNU_CONFIGURE= yes USE_GNOME= glib20 gtk30 intltool cairo INSTALLS_ICONS= yes INSTALL_TARGET= install-strip # Avoid warning, with redefinition of typedef (C11 feature) CFLAGS+= -Wno-typedef-redefinition CONFIGURE_ARGS= --enable-appindicator=no \ --disable-pwmd \ --disable-rss-notify \ --enable-unix-socket OPTIONS_DEFINE= GNUTLS GSTREAMER NLS NOTIFY OPENSSL OPTIONS_DEFAULT= NOTIFY OPENSSL OPTIONS_SUB= yes GNUTLS_LIB_DEPENDS= libgcrypt.so:security/libgcrypt \ libgpg-error.so:security/libgpg-error GNUTLS_CONFIGURE_ON= --with-gnutls=yes GSTREAMER_USE= gstreamer1=yes GSTREAMER_CONFIGURE_ENABLE= gstreamer NLS_USES= gettext-runtime NLS_CONFIGURE_ENABLE= nls NOTIFY_LIB_DEPENDS= libnotify.so:devel/libnotify NOTIFY_CONFIGURE_ENABLE= notify OPENSSL_USES= ssl OPENSSL_CONFIGURE_ENV= LIBCRYPTO_CFLAGS="-I${OPENSSLINC}" \ LIBCRYPTO_LIBS="-L${OPENSSLLIB} -lcrypto" OPENSSL_CONFIGURE_OFF= --with-openssl=no .include diff --git a/shells/wcd/Makefile b/shells/wcd/Makefile index 40a925030c25..ecd4d1721f71 100644 --- a/shells/wcd/Makefile +++ b/shells/wcd/Makefile @@ -1,33 +1,33 @@ # Created by: Pawel Pekala PORTNAME= wcd PORTVERSION= 6.0.3 CATEGORIES= shells MASTER_SITES= SF -MAINTAINER= ndowens@yahoo.com +MAINTAINER= ports@FreeBSD.org COMMENT= Command-line program to change directory fast LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/doc/copying.txt USES= gmake ncurses MAKE_ARGS= EXT= PREFIX=${PREFIX} docsubdir=${PORTNAME} \ mandir=${PREFIX}/man LIB_CURSES=-l${NCURSES_IMPL} CFLAGS+= -I${NCURSESINC} OPTIONS_DEFINE= DOCS NLS OPTIONS_SUB= yes NLS_USES= gettext NLS_MAKE_ARGS_OFF= ENABLE_NLS= post-patch: @${REINPLACE_CMD} -e '/manfile/ s|datarootdir|prefix|' \ -e 's|/usr/local|${LOCALBASE}|' \ ${WRKSRC}/src/Makefile post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/wcd .include diff --git a/sysutils/fusefs-unionfs/Makefile b/sysutils/fusefs-unionfs/Makefile index 21cd0b8aabb3..093c1906b3c3 100644 --- a/sysutils/fusefs-unionfs/Makefile +++ b/sysutils/fusefs-unionfs/Makefile @@ -1,33 +1,33 @@ # Created by: Gea-Suan Lin PORTNAME= unionfs PORTVERSION= 2.0 DISTVERSIONPREFIX= v CATEGORIES= sysutils PKGNAMEPREFIX= fusefs- -MAINTAINER= ndowens@yahoo.com +MAINTAINER= ports@FreeBSD.org COMMENT= FUSE based implementation of the well-known unionfs LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE USE_GITHUB= yes GH_ACCOUNT= rpodgorny GH_PROJECT= unionfs-fuse SUB_FILES= pkg-message PLIST_FILES= bin/unionfs \ bin/unionfsctl \ man/man8/unionfs.8.gz USES= fuse cmake localbase:ldflags post-patch: @${REINPLACE_CMD} "s,share/man,man,g" ${WRKSRC}/man/CMakeLists.txt post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/* .include diff --git a/sysutils/xorriso/Makefile b/sysutils/xorriso/Makefile index b4b6c52e9d21..966454ef5bae 100644 --- a/sysutils/xorriso/Makefile +++ b/sysutils/xorriso/Makefile @@ -1,60 +1,60 @@ # Created by: J.R. Oldroyd PORTNAME= xorriso PORTVERSION= 1.5.0 PORTREVISION= 5 CATEGORIES= sysutils MASTER_SITES= http://files.libburnia-project.org/releases/ DISTNAME= libisoburn-${PORTVERSION} -MAINTAINER= ndowens@yahoo.com +MAINTAINER= ports@FreeBSD.org COMMENT= ISO image manipulation tool based on Libburnia LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libburn.so:devel/libburn \ libisofs.so:devel/libisofs USES= gmake iconv libtool libedit pathfix pkgconfig readline shebangfix SHEBANG_FILES= frontend/xorriso-tcltk GNU_CONFIGURE= yes USE_LDCONFIG= yes INSTALL_TARGET= install-strip INFO= xorrecord xorriso xorrisofs PORTDOCS= *.wiki OPTIONS_DEFINE= CDIO DEBUG DOCS LIBACL LIBJTE READLINE TK XATTR ZLIB OPTIONS_DEFAULT=LIBACL LIBJTE READLINE XATTR ZLIB OPTIONS_SUB= yes LIBACL_DESC= ACL Support LIBJTE_DESC= Jigdo Support XATTR_DESC= Extended file attribute Support CDIO_LIB_DEPENDS= libcdio.so:sysutils/libcdio CDIO_CONFIGURE_ENABLE= libcdio DEBUG_CONFIGURE_ENABLE= debug LIBACL_CONFIGURE_ENABLE= libacl LIBJTE_CONFIGURE_ENABLE= libjte READLINE_CONFIGURE_ENABLE= libreadline TK_USES= tk TK_INFO= xorriso-tcltk XATTR_CONFIGURE_ENABLE= xattr ZLIB_CONFIGURE_ENABLE= zlib post-patch: @${REINPLACE_CMD} 's/-liconv/${ICONV_LIB}/' ${WRKSRC}/configure do-install-TK-off: ${RM} ${STAGEDIR}${PREFIX}/bin/xorriso-tcltk \ ${STAGEDIR}${PREFIX}/man/man1/xorriso-tcltk.1.gz \ ${STAGEDIR}${PREFIX}/share/info/xorriso-tcltk.info do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/doc/|} ${STAGEDIR}${DOCSDIR} .include diff --git a/textproc/libunibreak/Makefile b/textproc/libunibreak/Makefile index cb77b83b7360..d8aa8e3150b4 100644 --- a/textproc/libunibreak/Makefile +++ b/textproc/libunibreak/Makefile @@ -1,21 +1,21 @@ # Created by: Yuri Pankov PORTNAME= libunibreak PORTVERSION= 4.3 PORTEPOCH= 1 CATEGORIES= textproc MASTER_SITES= https://github.com/adah1972/${PORTNAME}/releases/download/${PORTNAME}_${PORTVERSION:C/\./_/}/ -MAINTAINER= ndowens@yahoo.com +MAINTAINER= ports@FreeBSD.org COMMENT= Implementation of the line and word breaking algorithm for Unicode LICENSE= ZLIB LICENSE_FILE= ${WRKSRC}/LICENCE USES= libtool pathfix GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USE_LDCONFIG= yes MAKE_ARGS= LN_S="${INSTALL_DATA}" .include