aboutsummaryrefslogtreecommitdiff
path: root/comms/qico/Makefile
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2001-02-17 15:14:16 +0000
committerKevin Lo <kevlo@FreeBSD.org>2001-02-17 15:14:16 +0000
commit8f0eba00476d015fc0ee8b6c1ada15b60795b9b8 (patch)
tree260f697db3e2f2839782ca09a393296fd82dc572 /comms/qico/Makefile
parent8beeb9a351321800feb75c1550454c59fba1ece4 (diff)
downloadports-8f0eba00476d015fc0ee8b6c1ada15b60795b9b8.tar.gz
ports-8f0eba00476d015fc0ee8b6c1ada15b60795b9b8.zip
Notes
Diffstat (limited to 'comms/qico/Makefile')
-rw-r--r--comms/qico/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/comms/qico/Makefile b/comms/qico/Makefile
index 2b7834f506b8..7cf660efbbeb 100644
--- a/comms/qico/Makefile
+++ b/comms/qico/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= qico
-PORTVERSION= 0.48.3
+PORTVERSION= 0.48.4
CATEGORIES= comms
MASTER_SITES= http://lev.serebryakov.spb.ru/download/0.48/
@@ -15,18 +15,18 @@ MAINTAINER= dsh@vlink.ru
USE_GMAKE= yes
MAKE_ENV+= SH=${SH} AWK=${AWK} MORDA="${MORDA}" DEFS="${DEFS}"
-.if defined(WITH_AMIGA4D)
+.if defined(WITH_QICO_AMIGA4D)
DEFS+= -DAMIGA4D
.endif
-.if !defined(WITHOUT_MORDA)
+.if !defined(WITHOUT_QICO_MORDA)
MORDA= 1
.endif
do-install:
${INSTALL_DATA} ${WRKSRC}/qico.conf.sample ${PREFIX}/etc/
${INSTALL_PROGRAM} ${WRKSRC}/src/qico ${PREFIX}/libexec/
-.if !defined(WITHOUT_MORDA)
+.if !defined(WITHOUT_QICO_MORDA)
${INSTALL_PROGRAM} ${WRKSRC}/src/qcc ${PREFIX}/bin/
.endif