mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
05ba18d9f8
- Make portlint happy PR: ports/162602, ports/173447 Submitted by: Mark Delany <z2n@delta.emu.st>, Kevin Day <kevin@your.org>
15 lines
227 B
Makefile
15 lines
227 B
Makefile
# FreeBSD port Makefile for devel/st
|
|
|
|
PREFIX?= /usr/local
|
|
LIBDIR= ${PREFIX}/lib
|
|
|
|
SHLIB_MAJOR= 1
|
|
SHLIB_MINOR= 1
|
|
LIB= st
|
|
NO_PROFILE= yes
|
|
|
|
SRCS= io.c key.c sched.c stk.c sync.c event.c
|
|
CFLAGS+= -DFREEBSD
|
|
|
|
.include <bsd.lib.mk>
|