ports/textproc/asm-xml/files/Makefile
Mateusz Piotrowski 37efcf560e textproc/asm-xml: Update to 1.4
- Changelog: http://tibleiz.net/asm-xml/
- Change MASTER_SITES to project's homepage.
- DEFINE LICENSE & LICENSE_FILE.
- Use MK_PROFILE=no instead of NO_PROFILE= in a Makefile used to build this
  piece of software on FreeBSD.
- Take over MAINTAINER'ship.
- Pet portlint.

Reviewed by:	krion
Approved by:	krion (mentor)
Differential Revision:	https://reviews.freebsd.org/D18379
2018-11-29 14:10:20 +00:00

16 lines
228 B
Makefile

# $FreeBSD$
LIB = asm-xml
OBJS= src/elf.So
INCS= include/asm-xml.h
NO_PIC=
MK_PROFILE=no
LIBDIR= ${PREFIX}/lib
INCLUDEDIR= ${PREFIX}/include
src/elf.So:
${LOCALBASE}/bin/fasm src/elf.asm src/elf.So
.include <bsd.lib.mk>