openbsd-ports/games/ggz/ggz-client-libs/Makefile

20 lines
489 B
Makefile
Raw Normal View History

2010-11-16 06:23:25 -05:00
# $OpenBSD: Makefile,v 1.5 2010/11/16 11:23:26 espie Exp $
COMMENT= GGZ Gaming Zone - core client libraries
DISTNAME= ggz-client-libs-$V
SHARED_LIBS += ggzcore 0.0 # .9.0
SHARED_LIBS += ggzmod 0.0 # .5.0
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
MODULES= devel/gettext
2010-11-08 10:54:53 -05:00
USE_GROFF = Yes
2010-11-08 10:54:53 -05:00
WANTLIB= c crypto expat gcrypt gpg-error pthread ssl ggz
2010-11-16 06:23:25 -05:00
LIB_DEPENDS= games/ggz/libggz
.include <bsd.port.mk>