summaryrefslogtreecommitdiff
path: root/devel/a2dev/Makefile
blob: add65852876dbf8ee1ffa15f3aa90a2ec95dfa59 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# New ports collection makefile for:    a2dev
# Date created:         		1 July 1998
# Whom:                 		Archie L. Cobbs <archie@whistle.com>
#
# $FreeBSD$
#

PORTNAME=		a2dev
PORTVERSION=		1.2
CATEGORIES=		devel
MASTER_SITES=		http://people.FreeBSD.org/~archie/distfiles/
EXTRACT_SUFX=		.tgz

MAINTAINER=		archie@whistle.com

USE_GMAKE=		defined
PATCH_STRIP=		-p1
MAN1=			a2asm.1 a2link.1 a2load.1 a2objx.1

.include <bsd.port.mk>