ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/mports/trunk/net/sdl_net/Makefile
Revision: 12337
Committed: Sat Feb 11 01:52:42 2012 UTC (12 years, 4 months ago) by laffer1
File size: 821 byte(s)
Log Message:
1.2.7

File Contents

# Content
1 # New ports collection makefile for: sdl_net
2 # Date created: 20 September 2000
3 # Whom: Maxim Sobolev <sobomax@FreeBSD.org>
4 #
5 # $MidnightBSD: mports/net/sdl_net/Makefile,v 1.3 2008/02/27 23:02:02 laffer1 Exp $
6 # $FreeBSD: ports/net/sdl_net/Makefile,v 1.24 2006/09/20 11:21:56 stas Exp $
7 #
8
9 PORTNAME= sdl_net
10 PORTVERSION= 1.2.7
11 CATEGORIES= net
12 MASTER_SITES= http://www.libsdl.org/projects/SDL_net/release/
13 DISTNAME= SDL_net-${PORTVERSION}
14
15 MAINTAINER= ports@MidnightBSD.org
16 COMMENT= A small sample cross-platform networking library
17 LICENSE= lgpl
18
19 USE_AUTOTOOLS= libtool
20 USE_SDL= sdl
21 USE_GMAKE= yes
22 GNU_CONFIGURE= yes
23 USE_LDCONFIG= yes
24 CONFIGURE_ARGS+= --disable-gui
25
26 post-configure:
27 @${REINPLACE_CMD} -e \
28 's|^deplibs_check_method=.*|deplibs_check_method=pass_all|' \
29 ${WRKSRC}/libtool
30
31 .include <bsd.port.mk>

Properties

Name Value
cvs2svn:cvs-rev 1.4