1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/irc/talksoup/Makefile

34 lines
790 B
Makefile
Raw Normal View History

# New ports collection makefile for: talksoup
# Date created: 8 Sep 2006
# Whom: gurkan@phys.ethz.ch
#
# $FreeBSD$
#
PORTNAME= talksoup
PORTVERSION= 1.0
PORTREVISION= 2
CATEGORIES= irc gnustep
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= TalkSoup-${PORTVERSION}alpha
2008-04-29 18:00:11 +00:00
MAINTAINER= dinoex@FreeBSD.org
COMMENT= IRC client for GNUstep
USE_GNUSTEP= yes
USE_GNUSTEP_PREFIX= yes
USE_GNUSTEP_BACK= yes
USE_GNUSTEP_BUILD= yes
USE_GNUSTEP_INSTALL= yes
2006-09-10 20:08:46 +00:00
USE_GNUSTEP_LOCAL_LIBS+= netclasses:${NETCLASSES_PORT}
USE_GNUSTEP_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES}
WRKSRC= ${WRKDIR}/${DISTNAME}
MAKE_ENV+= GNUSTEP_INSTALLATION_DIR=${GNUSTEP_LOCAL_ROOT}
PLIST_SUB+= APPVERSION=0.990
NETCLASSES_PORT?= net/netclasses
.include <bsd.port.mk>