freebsd-ports/german/unix-connect/Makefile

44 lines
1.2 KiB
Makefile
Raw Normal View History

# New ports collection makefile for: unix-connect
# Date created: 01.May 1999
# Whom: dirk.meyer@dinoex.sub.org
#
# $FreeBSD$
2002-06-08 09:01:06 +02:00
#
PORTNAME= unix-connect
2002-06-08 09:01:06 +02:00
PORTVERSION= 0.94
CATEGORIES= german comms news mail
MASTER_SITES= ftp://ftp.dinoex.org/pub/unix-connect/ \
${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
2003-03-04 21:02:46 +01:00
MAINTAINER= dinoex@FreeBSD.org
2003-02-20 19:26:42 +01:00
COMMENT= Unix-Connect - mail+news-gateway for Zconnect (tm)
2001-08-25 08:13:05 +02:00
BUILD_DEPENDS= lrz:${PORTSDIR}/comms/lrzsz
2001-08-20 08:36:29 +02:00
WRKSRC= ${WRKDIR}/${DISTNAME}
#USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--with-user=news
CONFIGURE_ARGS+=--with-group=dialer
CONFIGURE_ARGS+=--with-execdir=${PREFIX}/libexec/uconnect
2003-04-05 10:08:08 +02:00
CONFIGURE_ARGS+=--with-confdir=${PREFIX}/etc/uconnect
CONFIGURE_ARGS+=--with-spooldir=/var/spool/uconnect
CONFIGURE_ARGS+=--with-mail=sendmail
CONFIGURE_ARGS+=--with-news=cnews
CONFIGURE_ARGS+=--enable-testing
2003-01-22 20:14:08 +01:00
CFLAGS+= -g
CFLAGS:= ${CFLAGS:S/-O[0-9]*//g} # gcc generates broken code in uwsmtp
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
.for i in README INSTALL TODO ChangeLog ChangeLog.configure
${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}/
.endfor
@${TAR} -C ${WRKSRC}/docs -cf - . | ${TAR} -C ${DOCSDIR} -xf -
.endif
.include <bsd.port.mk>