summaryrefslogtreecommitdiff
path: root/comms/asmodem/Makefile
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-10-10 23:47:40 +0000
committerSteve Price <steve@FreeBSD.org>1999-10-10 23:47:40 +0000
commit440b7948707c11e9d912cf6559457939fd592169 (patch)
tree509c0e97244e7f32c9bb38fa3da851e6c198e094 /comms/asmodem/Makefile
parentUpdate to version 2.2.12. (diff)
Update to version 0.6.1.
PR: 14062 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Notes
Notes: svn path=/head/; revision=22335
Diffstat (limited to 'comms/asmodem/Makefile')
-rw-r--r--comms/asmodem/Makefile26
1 files changed, 12 insertions, 14 deletions
diff --git a/comms/asmodem/Makefile b/comms/asmodem/Makefile
index 2558ec93babe..a4594329900b 100644
--- a/comms/asmodem/Makefile
+++ b/comms/asmodem/Makefile
@@ -1,25 +1,23 @@
-# New ports collection makefile for: asmodem
-# Version required: 0.6
-# Date created: 11 May 1998
-# Whom: Sean Cole <scole@aracnet.com>
+# New ports collection makefile for: asmodem
+# Version required: 0.6.1
+# Date created: 11 May 1998
+# Whom: Sean Cole <scole@aracnet.com>
#
# $FreeBSD$
#
-DISTNAME= asmodem-0.6
-CATEGORIES= comms
-MASTER_SITES= ftp://afterstep.foo.net/pub/AfterStep/apps/asmodem/ \
- ftp://ftp.cs.tu-berlin.de/pub/X/afterstep/apps/asmodem/
+DISTNAME= asmodem-0.6-1
+PKGNAME= asmodem-0.6.1
+CATEGORIES= comms
+MASTER_SITES= ${MASTER_SITE_AFTERSTEP}
+MASTER_SITE_SUBDIR= apps/asmodem
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
-LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
+LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
-USE_GMAKE= yes
USE_IMAKE= yes
-MAN1= asmodem.1
-post-install:
- strip ${PREFIX}/bin/asmodem
+MAN1= asmodem.1
.include <bsd.port.mk>