blob: 2763286540c6e482d415c2b870582126685096ff (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# 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>
|