mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
ee97df16bd
- Add INSTALL_TARGET=install-strip Approved by: portmgr (implicit, bump unstaged port)
25 lines
502 B
Makefile
25 lines
502 B
Makefile
# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= sdl_net
|
|
PORTVERSION= 1.2.8
|
|
PORTREVISION= 1
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://www.libsdl.org/projects/SDL_net/release/
|
|
DISTNAME= SDL_net-${PORTVERSION}
|
|
|
|
MAINTAINER= mva@FreeBSD.org
|
|
COMMENT= Small sample cross-platform networking library
|
|
|
|
LICENSE= ZLIB
|
|
|
|
GNU_CONFIGURE= yes
|
|
INSTALL_TARGET= install-strip
|
|
USES= gmake libtool pathfix pkgconfig
|
|
USE_LDCONFIG= yes
|
|
USE_SDL= sdl
|
|
|
|
CONFIGURE_ARGS= --disable-gui
|
|
|
|
.include <bsd.port.mk>
|