mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
507ce4b551
Approved by: portmgr@
16 lines
290 B
Makefile
16 lines
290 B
Makefile
# bmake'd makefile for ranlib sources
|
|
|
|
LIBDIR = $(PREFIX)/lib
|
|
|
|
SHLIB_MAJOR= 1
|
|
SHLIB_MINOR= 0
|
|
LIB= randlib
|
|
|
|
SRCS= linpack.c com.c randlib.c
|
|
|
|
beforeinstall:
|
|
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/randlib.h \
|
|
$(DESTDIR)${PREFIX}/include
|
|
|
|
.include <bsd.lib.mk>
|