1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00
freebsd-ports/japanese/edyvalue/files/Makefile
Norikatsu Shigemura 88c5aa0bbe Add edyvalue 2007.01.06, utility to print a statement of Edy card.
PR:		ports/108177
Submitted by:	Yoshihiko Sarumaru <mistral at imasy.or.jp>
2007-01-21 14:36:17 +00:00

14 lines
212 B
Makefile

# $FreeBSD$
PROG= EdyValue
DPADD= ${LOCALBASE}/lib/libpasori.a
LDADD= -L${LOCALBASE}/lib -lpasori
BINDIR= ${LOCALBASE}/bin
NO_MAN=
CFLAGS+= -I${LOCALBASE}/include
CFLAGS+= -Wall -W
.include <bsd.prog.mk>