diff options
author | taoka <taoka@FreeBSD.org> | 1999-03-18 13:51:46 +0800 |
---|---|---|
committer | taoka <taoka@FreeBSD.org> | 1999-03-18 13:51:46 +0800 |
commit | d550b618e4651eb7e0f3ca73db692116f0420068 (patch) | |
tree | 6a53a309bad2dc2b07a9a8cc91a73926c9f6960c /comms/asmodem/Makefile | |
parent | fd6974a35ad9760c9ec5540f7dce1dc8ad770134 (diff) | |
download | freebsd-ports-gnome-d550b618e4651eb7e0f3ca73db692116f0420068.tar.gz freebsd-ports-gnome-d550b618e4651eb7e0f3ca73db692116f0420068.tar.zst freebsd-ports-gnome-d550b618e4651eb7e0f3ca73db692116f0420068.zip |
Displays the modem status, , designed to match AfterStep
PR: ports/6598
Submitted by: Sean Cole scole@aracnet.com
Diffstat (limited to 'comms/asmodem/Makefile')
-rw-r--r-- | comms/asmodem/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/comms/asmodem/Makefile b/comms/asmodem/Makefile new file mode 100644 index 000000000000..2763286540c6 --- /dev/null +++ b/comms/asmodem/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: asmodem +# Version required: 0.6 +# Date created: 11 May 1998 +# Whom: Sean Cole <scole@aracnet.com> +# +# $Id$ +# + +DISTNAME= asmodem-0.6 +CATEGORIES= comms x11 +MASTER_SITES= ftp://afterstep.foo.net/pub/AfterStep/apps/asmodem/ \ + ftp://ftp.cs.tu-berlin.de/pub/X/afterstep/apps/asmodem/ + +MAINTAINER= ports@FreeBSD.ORG + +LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm + +USE_GMAKE= yes +USE_IMAKE= yes + +post-install: + strip ${PREFIX}/bin/asmodem + +.include <bsd.port.mk> |