From d550b618e4651eb7e0f3ca73db692116f0420068 Mon Sep 17 00:00:00 2001 From: taoka Date: Thu, 18 Mar 1999 05:51:46 +0000 Subject: Displays the modem status, , designed to match AfterStep PR: ports/6598 Submitted by: Sean Cole scole@aracnet.com --- comms/asmodem/Makefile | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 comms/asmodem/Makefile (limited to 'comms/asmodem/Makefile') 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 +# +# $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 -- cgit