mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
440b794870
PR: 14062 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
24 lines
428 B
Makefile
24 lines
428 B
Makefile
# 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-1
|
|
PKGNAME= asmodem-0.6.1
|
|
CATEGORIES= comms
|
|
MASTER_SITES= ${MASTER_SITE_AFTERSTEP}
|
|
MASTER_SITE_SUBDIR= apps/asmodem
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
|
|
|
|
USE_IMAKE= yes
|
|
|
|
MAN1= asmodem.1
|
|
|
|
.include <bsd.port.mk>
|