mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
20 lines
301 B
Makefile
20 lines
301 B
Makefile
PREFIX?= /usr/X11R6
|
|
SHLIB_VER?= 1
|
|
|
|
LIB= shhcards
|
|
LIBDIR= ${PREFIX}/lib
|
|
SHLIB_MAJOR= ${SHLIB_VER}
|
|
SHLIB_MINOR= 0
|
|
NOPROFILE= yes
|
|
NOOBJ= yes
|
|
|
|
INCS= shhcards.h
|
|
INCSDIR=${PREFIX}/include
|
|
INCDIR= ${INCSDIR} # for pre-bsd.incs.mk API
|
|
|
|
CFLAGS+= -I${X11BASE}/include
|
|
|
|
SRCS= shhcards.c
|
|
|
|
.include <bsd.lib.mk>
|