freebsd-ports/comms/asmodem/Makefile
Trevor Johnson 3c175cb569 Use PLIST_FILES.
Reviewed by:	marcus
2004-02-05 20:38:07 +00:00

24 lines
477 B
Makefile

# New ports collection makefile for: asmodem
# Date created: 11 May 1998
# Whom: Sean Cole <scole@aracnet.com>
#
# $FreeBSD$
#
PORTNAME= asmodem
PORTVERSION= 0.6.1
CATEGORIES= comms
MASTER_SITES= ${MASTER_SITE_AFTERSTEP}
MASTER_SITE_SUBDIR= apps/asmodem
DISTNAME= ${PORTNAME}-0.6-1
MAINTAINER= ports@FreeBSD.org
COMMENT= Displays the modem status, designed to match AfterStep
USE_IMAKE= yes
USE_XPM= yes
MAN1= asmodem.1
PLIST_FILES= bin/asmodem
.include <bsd.port.mk>