[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / ports / games / smc

Annotation of ports/games/smc/Makefile, Revision 1.5

1.1       yason       1: # $OpenBSD$
                      2:
                      3: COMMENT =              two-dimensional platform game
                      4:
1.2       yason       5: DISTNAME =             smc-1.9
1.1       yason       6:
                      7: CATEGORIES =           games x11
                      8:
                      9: HOMEPAGE =             http://www.secretmaryo.org/
                     10:
                     11: MAINTAINER =           Kirill Bychkov <yason@linklevel.net>
                     12:
                     13: # GPLv3
                     14: PERMIT_PACKAGE_CDROM = Yes
                     15: PERMIT_PACKAGE_FTP =   Yes
                     16: PERMIT_DISTFILES_CDROM =Yes
                     17: PERMIT_DISTFILES_FTP = Yes
                     18:
1.4       yason      19: WANTLIB =              GL GLU SDL X11 c iconv m png pthread stdc++ z
1.1       yason      20:
                     21: MASTER_SITES =         ${MASTER_SITE_SOURCEFORGE:=smclone/}
                     22: EXTRACT_SUFX =         .tar.bz2
                     23:
                     24: MODULES =              devel/gettext \
                     25:                        textproc/intltool
1.2       yason      26:
1.5     ! yason      27: LIB_DEPENDS =          graphics/cegui \
        !            28:                        devel/sdl-image \
        !            29:                        devel/sdl-mixer \
        !            30:                        devel/sdl-ttf \
        !            31:                        devel/boost
1.1       yason      32:
                     33: CONFIGURE_STYLE =      gnu
                     34: #CONFIGURE_ARGS =      --disable-nls
                     35: CONFIGURE_ENV +=       CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/libpng \
                     36:                        -I${X11BASE}/include -D_nl_domain_bindings=libintl_nl_domain_bindings "\
                     37:                        LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" \
                     38:                        LIBS="-lz -liconv -lintl"
                     39:
                     40: .include <bsd.port.mk>

CVSweb