diff options
author | jhale <jhale@FreeBSD.org> | 2012-10-02 18:28:23 +0800 |
---|---|---|
committer | jhale <jhale@FreeBSD.org> | 2012-10-02 18:28:23 +0800 |
commit | 20925f5282c557c9e1641663f308bfc503a0e804 (patch) | |
tree | 62d8bcddc4fb6fac8d94f61fa1915494ada038ae /games/trophy | |
parent | d89cf8f6b71c8ae45382f92c2ab7a67978d199cd (diff) | |
download | freebsd-ports-graphics-20925f5282c557c9e1641663f308bfc503a0e804.tar.gz freebsd-ports-graphics-20925f5282c557c9e1641663f308bfc503a0e804.tar.zst freebsd-ports-graphics-20925f5282c557c9e1641663f308bfc503a0e804.zip |
- 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]
Diffstat (limited to 'games/trophy')
-rw-r--r-- | games/trophy/Makefile | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/games/trophy/Makefile b/games/trophy/Makefile index 049b17134fa..f214698cb37 100644 --- a/games/trophy/Makefile +++ b/games/trophy/Makefile @@ -1,13 +1,9 @@ -# New ports collection makefile for: trophy -# Date created: 2004-01-24 -# Whom: Jean-Yves Lefort <jylefort@brutele.be> -# +# Created by: Jean-Yves Lefort <jylefort@brutele.be> # $FreeBSD$ -# PORTNAME= trophy PORTVERSION= 2.0.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= SF @@ -16,11 +12,12 @@ COMMENT= A single player racing game LICENSE= GPLv2 -LIB_DEPENDS= clanCore-0.8:${PORTSDIR}/devel/clanlib +LIB_DEPENDS= clanCore:${PORTSDIR}/devel/clanlib1 GNU_CONFIGURE= yes CONFIGURE_ENV+= LIBS="-L${LOCALBASE}/lib" -CPPFLAGS+= -I${LOCALBASE}/include +CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} +LDFLAGS+= ${PTHREAD_LIBS} MAN6= trophy.6 |