freebsd-ports/games/trophy/Makefile
Jason E. Hale 03534eee0a - Update devel/clanlib to 2.3.6
- Adjust dependent ports to use devel/clanlib1 [1]
- Strip Makefile headers

PR:		ports/171333
Submitted by:	Chris Petrik <c.petrik.sosa@gmail.com> (maintainer)
Approved by:	makc (mentor), maintainers via private email [1]
2012-10-02 10:28:23 +00:00

38 lines
781 B
Makefile

# Created by: Jean-Yves Lefort <jylefort@brutele.be>
# $FreeBSD$
PORTNAME= trophy
PORTVERSION= 2.0.3
PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= SF
MAINTAINER= makc@FreeBSD.org
COMMENT= A single player racing game
LICENSE= GPLv2
LIB_DEPENDS= clanCore:${PORTSDIR}/devel/clanlib1
GNU_CONFIGURE= yes
CONFIGURE_ENV+= LIBS="-L${LOCALBASE}/lib"
CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
LDFLAGS+= ${PTHREAD_LIBS}
MAN6= trophy.6
PORTDOCS= AUTHORS COPYING ChangeLog README TODO
.include <bsd.port.options.mk>
pre-configure:
${REINPLACE_CMD} -e "/^icondir =/s,icons,pixmaps," \
${WRKSRC}/resources/Makefile.in
post-install:
.if ${PORT_OPTIONS:MDOCS}
${MKDIR} ${DOCSDIR} && \
cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
.endif
.include <bsd.port.mk>