aboutsummaryrefslogtreecommitdiff
path: root/comms/qico/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-05-31 08:13:13 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-05-31 08:13:13 +0000
commit9c033e68b666823a3b33aeeeb3f3b6a9bb4ded50 (patch)
tree3b44058a9dcdb9e152f571300206c3a6d900fa63 /comms/qico/Makefile
parentf8c9e1e5db36a24aa3c059de4adaefe1eef69fff (diff)
downloadports-9c033e68b666823a3b33aeeeb3f3b6a9bb4ded50.tar.gz
ports-9c033e68b666823a3b33aeeeb3f3b6a9bb4ded50.zip
Notes
Diffstat (limited to 'comms/qico/Makefile')
-rw-r--r--comms/qico/Makefile15
1 files changed, 8 insertions, 7 deletions
diff --git a/comms/qico/Makefile b/comms/qico/Makefile
index 23bf7f17cac2..3851028bb296 100644
--- a/comms/qico/Makefile
+++ b/comms/qico/Makefile
@@ -6,25 +6,26 @@
#
PORTNAME= qico
-PORTVERSION= 0.48.5
-PORTREVISION= 1
+PORTVERSION= 0.49.10.3
CATEGORIES= comms
-MASTER_SITES= http://lev.serebryakov.spb.ru/download/0.48/
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME}
+DISTNAME= ${PORTNAME}-0.49.10-p3
MAINTAINER= dsh@vlink.ru
COMMENT= An FidoNet Technology Network (FTN) compatible mailer for Unix systems
-USE_GMAKE= yes
-MAKE_ENV+= SH=${SH} AWK=${AWK} MORDA="${MORDA}" DEFS="${DEFS}"
+USE_BZIP2= yes
+GNU_CONFIGURE= yes
.if defined(WITH_QICO_AMIGA4D)
-DEFS+= -DAMIGA4D
+CONFIGURE_ARGS+= --enable-aso
.endif
.if defined(WITH_QICO_MORDA)
-MORDA= 1
PLIST_SUB+= WITH_QICO_MORDA=""
.else
+CONFIGURE_ARGS+= --disable-qcc
PLIST_SUB+= WITH_QICO_MORDA="@comment "
.endif