mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
11 lines
226 B
Makefile
11 lines
226 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= swfplayer
|
|
SRCS= main.c
|
|
CFLAGS+= -I${LOCALBASE}/include -I${X11BASE}/include
|
|
LDADD= -L${LOCALBASE}/lib -lflash -L${X11BASE}/lib -lX11 -lXext -lm
|
|
NOMAN= YES
|
|
BINDIR= ${X11BASE}/bin
|
|
|
|
.include <bsd.prog.mk>
|