aboutsummaryrefslogtreecommitdiff
path: root/mail/smtptrapd
diff options
context:
space:
mode:
authorGabor Kovesdan <gabor@FreeBSD.org>2007-04-18 11:46:10 +0000
committerGabor Kovesdan <gabor@FreeBSD.org>2007-04-18 11:46:10 +0000
commitc44fa33a5e74f28fd77012aba7e3a9c8d633e36a (patch)
treee6dd259a421e47b261f2bd597fcca9e4eec75ae0 /mail/smtptrapd
parent06e0fcfad4fcd1229d0855aef4a391838f476cf3 (diff)
downloadports-c44fa33a5e74f28fd77012aba7e3a9c8d633e36a.tar.gz
ports-c44fa33a5e74f28fd77012aba7e3a9c8d633e36a.zip
- Remove FreeBSD 4.X support from unmaintained ports in categories starting
with letter i-m
Notes
Notes: svn path=/head/; revision=190286
Diffstat (limited to 'mail/smtptrapd')
-rw-r--r--mail/smtptrapd/Makefile12
1 files changed, 1 insertions, 11 deletions
diff --git a/mail/smtptrapd/Makefile b/mail/smtptrapd/Makefile
index b128c7553b1f..a0c0ba34d8a5 100644
--- a/mail/smtptrapd/Makefile
+++ b/mail/smtptrapd/Makefile
@@ -17,16 +17,6 @@ USE_RC_SUBR= smtptrapd.sh
PLIST_FILES= bin/smtptrapd
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500000
-LIB_DEPENDS+= lthread.2:${PORTSDIR}/devel/linuxthreads
-
-CFLAGS+= ${PTHREAD_CFLAGS} -L${LOCALBASE}/lib -I${LOCALBASE}/include/pthread/linuxthreads -llthread -llgcc_r
-.else
-CFLAGS+= ${PTHREAD_CFLAGS} ${PTHREAD_LIBS}
-.endif
-
do-build:
(cd ${WRKSRC} && ${CC} ${CFLAGS} -o smtptrapd smtptrapd.c)
@@ -34,4 +24,4 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/smtptrapd ${PREFIX}/bin/
@${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>