mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
e6909fa84f
Rename port 'svrx' to 'srvx'. [2] So I remove svrx. There's only one update in history, so I think I need to asj for a repocopy. PR: 59817, 61218 (update), 61232 [2] Submitted by: Walter Venable <weaseal@hotmail.com> (maintainer) Pointy hat to: me Approved by: erwin (mentor)
52 lines
1.3 KiB
Makefile
52 lines
1.3 KiB
Makefile
# New ports collection makefile for: srvx
|
|
# Date created: 2003-11-28
|
|
# Whom: Walter Venable <weaseal@hotmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= srvx
|
|
PORTVERSION= 1.2.1
|
|
CATEGORIES= irc net
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= srvx
|
|
|
|
MAINTAINER= weaseal@hotmail.com
|
|
COMMENT= Srvx IRC services
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
|
|
|
.if defined(WITH_DEBUG)
|
|
CONFIGURE_ARGS+= --enable-debug
|
|
.endif
|
|
|
|
.if defined(WITH_PROTOCOL_BAHAMUT)
|
|
CONFIGURE_ARGS+= --with-protocol=bahamut
|
|
.endif
|
|
|
|
pre-fetch:
|
|
@ ${ECHO} ""
|
|
@ ${ECHO} "--------------------------------------------------------------------------------"
|
|
@ ${ECHO} ""
|
|
@ ${ECHO} "The following build options are availabe:"
|
|
@ ${ECHO} ""
|
|
@ ${ECHO} " WITH_PROTOCOL_BAHAMUT=yes Enables Bahamut protocol"
|
|
@ ${ECHO} " (P10 is default)."
|
|
@ ${ECHO} ""
|
|
@ ${ECHO} " WITH_DEBUG=yes Enables debug mode."
|
|
@ ${ECHO} ""
|
|
@ ${ECHO} "--------------------------------------------------------------------------------"
|
|
@ ${ECHO} ""
|
|
|
|
post-install:
|
|
@ ${ECHO} ""
|
|
@ ${ECHO} " When you 'make deinstall', any files generated by ${PORTNAME} (logs, etc)"
|
|
@ ${ECHO} " will remain in ${PREFIX}/etc/. These files must be removed"
|
|
@ ${ECHO} " manually."
|
|
@ ${ECHO} ""
|
|
@ ${ECHO} " ${PORTNAME} .help files are located in ${DOCSDIR}."
|
|
@ ${ECHO} ""
|
|
|
|
.include <bsd.port.mk>
|