# New ports collection makefile for: bitlbee # Date created: 10 June 2003 # Whom: Peter van Dijk # # $FreeBSD$ # PORTNAME= bitlbee PORTVERSION= 0.84 CATEGORIES= irc MASTER_SITES= http://get.bitlbee.org/src/ MAINTAINER= peter@dataloss.nl COMMENT= An IRC to other chat networks gateway MAN8= bitlbee.8 GNU_CONFIGURE= yes CONFIGURE_ARGS= --mandir=${PREFIX}/man --config=${PREFIX}/etc/bitlbee USE_GMAKE= yes USE_GNOME= glib20 PKGMESSAGE= ${WRKDIR}/pkg-message .if defined(WITH_MSN) LIB_DEPENDS= gnutls.7:${PORTSDIR}/security/gnutls CONFIGURE_ARGS+=--msn=1 pre-configure: @${ECHO_CMD} "MSN support will be enabled." .else CONFIGURE_ARGS+=--msn=0 pre-configure: @${ECHO_CMD} "Type \"make -DWITH_MSN\" if you want enable MSN support." .endif post-build: @${CAT} pkg-message | ${SED} -e 's|%%PREFIX%%|${PREFIX}|' > ${PKGMESSAGE} pre-install: @${MKDIR} -m 700 ${PREFIX}/etc/bitlbee post-install: @${CP} ${WRKSRC}/bitlbee.conf ${PREFIX}/etc/bitlbee/bitlbee.conf.orig @${CP} ${WRKSRC}/motd.txt ${PREFIX}/etc/bitlbee/motd.txt.orig @${CAT} ${PKGMESSAGE} .include href='/~lantw44/cgit/cgit.cgi/freebsd-ports-gnome/'>freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Convert to UCL & cleanup pkg-message (categories s)mat2019-08-141-6/+6
* Upgrade to 0.0.15dvl2019-08-091-0/+2
* Remove references to FETCH_TOOLdvl2017-10-062-7/+0
* Spell PORTREVISIONdvl2017-08-121-0/+1
* Upgrade to 0.0.10dvl2017-08-121-0/+6
* Upgrade to 0.0.9dvl2017-07-221-2/+2
* Improve the pkg-message now that we install multiple scripts.dvl2017-07-161-10/+32