freebsd-ports/net-p2p/shx/Makefile
Tobias C. Berner ef8eaee757 net-p2p: remove 'Created by' lines
A big Thank You to the original contributors of these ports:

  *  Alexander Botero-Lowry <alex@foxybanana.com>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Andrew Pantyukhin <infofarmer@FreeBSD.org>
  *  Attila Nagy <bra@fsn.hu>
  *  Chad J. Milios <milios@ccsys.com>
  *  Damian Gerow <dgerow@afflictions.org>
  *  Daniel Morante <daniel@morante.net>
  *  Dave Cottlehuber <dch@skunkwerks.at>
  *  Dereckson <dereckson@gmail.com>
  *  Devin Teske <dteske@FreeBSD.org>
  *  Dmitriy Limonov
  *  Doug Barton <dougb@FreeBSD.org>
  *  Emanuel Haupt <ehaupt@FreeBSD.org>
  *  Florent Thoumie <flz@xbsd.org>
  *  Ganael LAPLANCHE <ganael.laplanche@martymac.org>
  *  Gea-Suan Lin <gslin@gslin.org>
  *  Holger Lamm <holger@e-gitt.net>
  *  Holger Lamm <holger@e-gitt.net> and Mario S F Ferreira <lioux@FreeBSD.org>
  *  Jeremy Faulkner <gldisater@gldis.ca>
  *  Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
  *  Martin Matuska <mm@FreeBSD.org>
  *  Maxim Ignatenko <gelraen.ua@gmail.com>
  *  Michael Johnson <ahze@ahze.net>
  *  Munish Chopra <mchopra@engmail.uwaterloo.ca>
  *  Oleg Alexeenkov <proler@gmail.com>
  *  Oleg R. Muhutdinov <mor@WhiteLuna.com>
  *  Pankov Pavel <pankov_p@mail.ru>
  *  Pav Lucistnik <pav@oook.cz>
  *  Rod Taylor <rbt@zort.on.ca>
  *  Ryan Steinmetz <zi@FreeBSD.org>
  *  Shaun Amott <shaun@FreeBSD.org>
  *  Stas Timokhin <stast@bsdportal.ru>
  *  Sverrir Valgeirsson <e96sv@yahoo.se> and
  *  Tsung-Han Yeh <snowfly@yuntech.edu.tw>
  *  Vasil Dimov <vd@FreeBSD.org>
  *  Yashin Dmitry <yashin.dm@gmail.com>
  *  glocke@bsdstammtisch.at

With hat:	portmgr
2022-07-20 16:22:43 +02:00

60 lines
1.7 KiB
Makefile

PORTNAME= shx
PORTVERSION= 0.2.4
PORTREVISION= 2
CATEGORIES= net-p2p
MASTER_SITES= http://synhxd.sourceforge.net/releases/
PATCH_SITES= ${MASTER_SITES}
PATCHFILES= ${DISTNAME}.diff.gz
MAINTAINER= ports@FreeBSD.org
COMMENT= Text based Hotline Communications client for Unix
LICENSE= GPLv1
OPTIONS_DEFINE= WARNINGS HTXF_PTHREAD HFS HOPE CIPHER COMPRESS HAL XMMS NOIPV4
OPTIONS_DEFAULT=HTXF_PTHREAD HFS HOPE CIPHER COMPRESS XMMS
WARNINGS_DESC= Show compiler warnings
HTXF_PTHREAD_DESC= Use pthread instead of fork or clone for htxf
HFS_DESC= Enable HFS file system emulation
HOPE_DESC= Enable HOPE (required by Cipher/Compress)
CIPHER_DESC= Enable Cipher (HOPE required)
COMPRESS_DESC= Enable Compress (HOPE required)
HAL_DESC= Compile MegaHAL (enables hal command)
XMMS_DESC= Enable trackname command
NOIPV4_DESC= IPv6 support (disables IPv4 support)
USES= readline ssl tar:tgz
MAKEFILE= makefile
GNU_CONFIGURE= yes
CFLAGS+= -I${OPENSSLINC}
LDFLAGS+= -L${OPENSSLLIB}
CONFLICTS_INSTALL= helix # bin/hx
CIPHER_IMPLIES= HOPE
COMPRESS_IMPLIES= HOPE
CIPHER_CONFIGURE_ENABLE= cipher
COMPRESS_CONFIGURE_ENABLE= compress
HAL_CONFIGURE_ENABLE= hal
HFS_CONFIGURE_ENABLE= hfs
HOPE_CONFIGURE_ENABLE= hope
HTXF_PTHREAD_CONFIGURE_ENABLE= htxf-pthread
NOIPV4_CONFIGURE_ENABLE= ipv6
XMMS_CONFIGURE_ENABLE= xmms
WARNINGS_CONFIGURE_ENABLE= warnings
PLIST_FILES= bin/hx \
share/examples/shx/hxrc \
share/examples/shx/hxvars
do-install:
${CP} -fv ${WRKSRC}/run/hx ${STAGEDIR}${PREFIX}/bin/
${MKDIR} ${STAGEDIR}${PREFIX}/share/examples/${PORTNAME}
${CP} -fv ${WRKSRC}/run/hxrc ${STAGEDIR}${PREFIX}/share/examples/${PORTNAME}/
${CP} -fv ${WRKSRC}/run/hxvars ${STAGEDIR}${PREFIX}/share/examples/${PORTNAME}/
.include <bsd.port.mk>