diff options
author | steve <steve@FreeBSD.org> | 1999-10-11 07:47:40 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-10-11 07:47:40 +0800 |
commit | ee75264d8768e32048489ac974fcf39d890a82a9 (patch) | |
tree | 3d980d6a50f4aa9f369e5657ec81761fce8a79c6 /comms/asmodem/Makefile | |
parent | 2cf4babe30d29776b6685adbef263b4c6709b70d (diff) | |
download | freebsd-ports-gnome-ee75264d8768e32048489ac974fcf39d890a82a9.tar.gz freebsd-ports-gnome-ee75264d8768e32048489ac974fcf39d890a82a9.tar.zst freebsd-ports-gnome-ee75264d8768e32048489ac974fcf39d890a82a9.zip |
Update to version 0.6.1.
PR: 14062
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Diffstat (limited to 'comms/asmodem/Makefile')
-rw-r--r-- | comms/asmodem/Makefile | 26 |
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> |