summaryrefslogtreecommitdiff
path: root/net-p2p/shx/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/shx/Makefile')
-rw-r--r--net-p2p/shx/Makefile72
1 files changed, 0 insertions, 72 deletions
diff --git a/net-p2p/shx/Makefile b/net-p2p/shx/Makefile
deleted file mode 100644
index 2802ca9d74f2..000000000000
--- a/net-p2p/shx/Makefile
+++ /dev/null
@@ -1,72 +0,0 @@
-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= bofh@FreeBSD.org
-COMMENT= Text based Hotline Communications client for Unix
-WWW= https://synhxd.sourceforge.net/
-
-LICENSE= GPLv1
-
-DEPRECATED= Obsolete protocol that has been superseded by many others
-EXPIRATION_DATE=2025-04-30
-
-USES= readline ssl tar:tgz
-
-GNU_CONFIGURE= yes
-
-MAKEFILE= makefile
-
-CFLAGS+= -I${OPENSSLINC}
-LDFLAGS+= -L${OPENSSLLIB}
-
-CONFLICTS_INSTALL= helix # bin/hx
-
-PLIST_FILES= bin/hx \
- share/examples/shx/hxrc \
- share/examples/shx/hxvars
-
-OPTIONS_DEFINE= WARNINGS HTXF_PTHREAD HFS HOPE CIPHER COMPRESS HAL XMMS NOIPV4
-OPTIONS_DEFAULT=HTXF_PTHREAD HFS HOPE CIPHER COMPRESS XMMS
-
-CIPHER_DESC= Enable Cipher (HOPE required)
-COMPRESS_DESC= Enable Compress (HOPE required)
-HAL_DESC= Compile MegaHAL (enables hal command)
-HFS_DESC= Enable HFS file system emulation
-HOPE_DESC= Enable HOPE (required by Cipher/Compress)
-HTXF_PTHREAD_DESC= Use pthread instead of fork or clone for htxf
-NOIPV4_DESC= IPv6 support (disables IPv4 support)
-WARNINGS_DESC= Show compiler warnings
-XMMS_DESC= Enable trackname command
-
-CIPHER_IMPLIES= HOPE
-CIPHER_CONFIGURE_ENABLE= cipher
-COMPRESS_IMPLIES= HOPE
-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
-WARNINGS_CONFIGURE_ENABLE= warnings
-XMMS_CONFIGURE_ENABLE= xmms
-
-.include <bsd.port.pre.mk>
-
-.if ${OPSYS} == FreeBSD
-CFLAGS+= -Wno-error=int-conversion
-CFLAGS+= -Wno-error=incompatible-function-pointer-types
-.endif
-
-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.post.mk>