1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/devel/a2dev/Makefile

21 lines
448 B
Makefile
Raw Normal View History

1998-07-01 19:14:43 +00:00
# New ports collection makefile for: a2dev
# Version required: 1.0
# Date created: 1 July 1998
# Whom: Archie L. Cobbs <archie@whistle.com>
#
1999-08-25 05:57:29 +00:00
# $FreeBSD$
1998-07-01 23:57:54 +00:00
#
1998-07-01 19:14:43 +00:00
DISTNAME= a2dev-1.2
CATEGORIES= devel
MASTER_SITES= ftp://ftp.whistle.com/pub/archie/a2dev/
1998-07-01 23:57:54 +00:00
EXTRACT_SUFX= .tgz
1998-07-01 19:14:43 +00:00
MAINTAINER= archie@whistle.com
USE_GMAKE= defined
1998-07-01 23:57:54 +00:00
PATCH_STRIP= -p1
1998-07-01 19:14:43 +00:00
MAN1= a2asm.1 a2link.1 a2load.1 a2objx.1
.include <bsd.port.mk>