2021-01-31 16:45:21 +00:00

30 lines
554 B
Makefile

# $OpenBSD: Makefile,v 1.6 2021/01/31 16:45:21 cwen Exp $
COMMENT = solitaire games
DISTNAME = ace-1.4
REVISION = 2
SHARED_LIBS += cards 0.0 # 1.0
CATEGORIES = games
HOMEPAGE = http://www.delorie.com/store/ace/
# GPLv2+
PERMIT_PACKAGE = Yes
WANTLIB += X11 c m png xcb z
MASTER_SITES = http://www.delorie.com/store/ace/
LIB_DEPENDS = graphics/png
USE_GMAKE = Yes
CONFIGURE_STYLE = gnu
CONFIGURE_ENV = CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" \
BUILD_CC="${CC}"
.include <bsd.port.mk>