freebsd-ports/devel/a2dev/Makefile

22 lines
439 B
Makefile
Raw Normal View History

1998-07-01 21:14:43 +02:00
# New ports collection makefile for: a2dev
# Date created: 1 July 1998
# Whom: Archie L. Cobbs <archie@whistle.com>
#
1999-08-25 07:57:29 +02:00
# $FreeBSD$
1998-07-02 01:57:54 +02:00
#
1998-07-01 21:14:43 +02:00
2000-04-11 23:30:15 +02:00
PORTNAME= a2dev
PORTVERSION= 1.2
1998-07-01 21:14:43 +02:00
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= archie
1998-07-02 01:57:54 +02:00
EXTRACT_SUFX= .tgz
1998-07-01 21:14:43 +02:00
MAINTAINER= archie@FreeBSD.org
1998-07-01 21:14:43 +02:00
USE_GMAKE= defined
1998-07-02 01:57:54 +02:00
PATCH_STRIP= -p1
1998-07-01 21:14:43 +02:00
MAN1= a2asm.1 a2link.1 a2load.1 a2objx.1
.include <bsd.port.mk>