summaryrefslogblamecommitdiff
path: root/graphics/flashplayer/files/Makefile
blob: 843a1342705fd2bcb6f46e90bad265ed430a4406 (plain) (tree)
1
2
3
4
5
6
7
8
9
10






                                                                            
                              

                      
# $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>