1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/comms/asmodem/Makefile
Satoshi Taoka 7e7b6c424c Displays the modem status, , designed to match AfterStep
PR:		ports/6598
Submitted by:	Sean Cole scole@aracnet.com
1999-03-18 05:51:46 +00:00

25 lines
544 B
Makefile

# 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>