1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00

- Add LICENSE_FILE

- Switch to GNU_CONFIGURE
- Update WWW

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2018-04-26 09:33:48 +00:00
parent d6121e3eb3
commit f66e266467
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=468339
2 changed files with 4 additions and 4 deletions

View File

@ -10,11 +10,11 @@ MAINTAINER= portmaster@bsdforge.com
COMMENT= Converts NASM syntax assembly code to HTML code
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
USES= tar:xz
HAS_CONFIGURE= yes
CONFIGURE_ARGS+=--prefix=${PREFIX}
MAKE_ARGS+= CC=${CC}
GNU_CONFIGURE= yes
MAKE_ARGS= CC=${CC}
PLIST_FILES= bin/asm2html man/man1/asm2html.1.gz

View File

@ -3,4 +3,4 @@ suitable for display as web pages on your web site.
Soon it will produce XHTML output, with additional options.
WWW: http://bsdforge.com/projects/textproc/asm2html/
WWW: https://bsdforge.com/projects/textproc/asm2html/