mirror of
https://git.freebsd.org/ports.git
synced 2025-06-24 22:20:35 -04:00
- 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
16 lines
228 B
Makefile
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>
|