freebsd-ports/graphics/flashplayer/files/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>