af99f8cbf3
Adjust WANTLIB and bump. Note: this is a little bit dirty, because all three executables are now linkede against libm. However I really don't want to patch motif/Makefile just for this.
35 lines
636 B
Makefile
35 lines
636 B
Makefile
# $OpenBSD: Makefile,v 1.6 2009/12/20 21:12:56 kili Exp $
|
|
|
|
COMMENT= sudoku puzzle solver with cli, gui, and web ui
|
|
|
|
DISTNAME= sudoku-solver-1.0.1
|
|
PKGNAME= ${DISTNAME}p1
|
|
|
|
CATEGORIES= games www x11
|
|
|
|
HOMEPAGE= http://www.etc.msys.ch/software/sudoku/
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
WANTLIB= Xt c crypto iconv m pthread z
|
|
|
|
MASTER_SITES= ${HOMEPAGE}
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
USE_X11= Yes
|
|
USE_MOTIF= OpenMotif
|
|
|
|
MODULES= devel/gettext
|
|
|
|
LIB_DEPENDS= neo_cgi,neo_cs::www/clearsilver \
|
|
fcgi::www/fcgi
|
|
|
|
MAKE_ENV= LDADD=-lm
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
.include <bsd.port.mk>
|