mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
65ab34a667
Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
26 lines
557 B
Makefile
26 lines
557 B
Makefile
# New ports collection makefile for: asmodem
|
|
# Version required: 0.6
|
|
# Date created: 11 May 1998
|
|
# Whom: Sean Cole <scole@aracnet.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= asmodem-0.6
|
|
CATEGORIES= comms
|
|
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
|
|
MAN1= asmodem.1
|
|
|
|
post-install:
|
|
strip ${PREFIX}/bin/asmodem
|
|
|
|
.include <bsd.port.mk>
|