blob: e8743a93bc6eed5b67c93436ccb5f39df6147899 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: asl
# Version required: 1.41r6
# Date created: 18 June 1997
# Whom: Thomas Gellekum <tg@freebsd.org>
#
# $Id: Makefile,v 1.1.1.1 1997/06/20 08:13:46 tg Exp $
#
DISTNAME= asl-1.41r6
CATEGORIES= devel
MASTER_SITES= ftp://zam091.zam.kfa-juelich.de/pub/msdos/assembler/c_version/
MAINTAINER= ports@FreeBSD.org
post-extract:
${CP} ${FILESDIR}/Makefile.def ${WRKSRC}
post-install:
${MKDIR} ${PREFIX}/share/doc/asl
${INSTALL_DATA} ${WRKSRC}/doc_EN/* ${PREFIX}/share/doc/asl
.include <bsd.port.mk>
|