15945f8122
to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit)
44 lines
1 KiB
Makefile
44 lines
1 KiB
Makefile
# Created by: Dmitry Marakasov <amdmi3@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= chroma
|
|
PORTVERSION= 1.08
|
|
PORTREVISION= 6
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://www.level7.org.uk/chroma/download/ \
|
|
http://mirror.amdmi3.ru/distfiles/
|
|
|
|
MAINTAINER= amdmi3@FreeBSD.org
|
|
COMMENT= Abstract puzzle game
|
|
|
|
USES= tar:bzip2 gettext
|
|
GNU_CONFIGURE= yes
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LIBS+= -L${LOCALBASE}/lib -lintl
|
|
|
|
PORTDOCS= *
|
|
PORTDATA= *
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
OPTIONS_MULTI= INTERFACES
|
|
OPTIONS_MULTI_INTERFACES=SDL CURSES
|
|
OPTIONS_DEFAULT=SDL CURSES
|
|
|
|
SDL_DESC= Enable SDL interface
|
|
CURSES_DESC= Enable curses interface
|
|
|
|
OPTIONS_SUB= yes
|
|
CURSES_USES= ncurses
|
|
CURSES_CONFIGURE_ENABLE=curses
|
|
CURSES_PLIST_FILES= bin/${PORTNAME}-curses
|
|
SDL_CONFIGURE_ENABLE= sdl
|
|
SDL_LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2
|
|
SDL_USE= SDL=sdl,image
|
|
SDL_PLIST_FILES= bin/${PORTNAME}
|
|
|
|
post-install:
|
|
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}/
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}*
|
|
|
|
.include <bsd.port.mk>
|