freebsd-ports/net-im/naim/Makefile
Mathieu Arnold dbbfc7889a GOOGLE_CODE has gone away.
- If a port has another upstream, remove GOOGLE_CODE
- If a port only has GOOGLE_CODE mark it BROKEN

Some ports have a local mirror configured but for security reasons, it
is not considered upstream.

Sponsored by:	Absolight
2016-09-14 15:59:34 +00:00

41 lines
928 B
Makefile

# Created by: Michael Haro <mharo@area51.fremont.ca.us>
# $FreeBSD$
PORTNAME= naim
PORTVERSION= 0.11.8.3.2
CATEGORIES= net-im irc
MASTER_SITES= GOOGLE_CODE
MAINTAINER= j@scre.ws
COMMENT= Console ncurses-based AIM, ICQ, IRC, and Lily client
LICENSE= GPLv2
BROKEN= Unfetchable (google code has gone away)
GNU_CONFIGURE= yes
USES= ncurses tar:bzip2
PORTDOCS= FAQ README commands.txt keyboard.txt
OPTIONS_DEFINE= DETACH DOCS
DETACH_DESC= Enable 'detach' feature (requires misc/screen)
.include <bsd.port.options.mk>
# Fix parallel (-jX) builds: events.c #include's generated "conio_cmds.h"
post-patch:
@${ECHO_CMD} 'events.o: conio_cmds.h' >> ${WRKSRC}/src/Makefile.in
.if ${PORT_OPTIONS:MDOCS}
CONFIGURE_ARGS+= --with-pkgdocdir=${DOCSDIR}
.else
CONFIGURE_ARGS+= --without-pkgdocdir
.endif
.if ${PORT_OPTIONS:MDETACH}
RUN_DEPENDS= screen:sysutils/screen
CONFIGURE_ARGS+= --enable-detach
.endif
.include <bsd.port.mk>