1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-06 22:51:41 +00:00
freebsd-ports/devel/asl/Makefile

29 lines
728 B
Makefile
Raw Normal View History

# New ports collection makefile for: asl
1998-06-25 14:06:59 +00:00
# Version required: 1.41r7
# Date created: 18 June 1997
# Whom: Thomas Gellekum <tg@freebsd.org>
#
# $Id: Makefile,v 1.5 1998/06/26 21:36:56 asami Exp $
#
1998-06-25 14:06:59 +00:00
DISTNAME= asl-1.41r7
CATEGORIES= devel
1998-06-25 14:06:59 +00:00
MASTER_SITES= ${MASTER_SITE_SUNSITE} \
ftp://john.ccac.rwth-aachen.de/pub/as/source/c_version/
MASTER_SITE_SUBDIR= devel/lang/assemblers
MAINTAINER= ports@FreeBSD.org
BUILD_DEPENDS= mkdirhier:${PORTSDIR}/x11/XFree86
1998-06-25 14:06:59 +00:00
MAN1= asl.1 p2bin.1 p2hex.1 pbind.1 plist.1
post-extract:
${CP} ${FILESDIR}/Makefile.def ${WRKSRC}
post-install:
${MKDIR} ${PREFIX}/share/doc/asl
1997-07-14 07:45:39 +00:00
${INSTALL_DATA} ${WRKSRC}/doc_EN/* ${PREFIX}/share/doc/asl
.include <bsd.port.mk>