aboutsummaryrefslogtreecommitdiff
path: root/graphics/guilib/Makefile
blob: b01a4a0dc0928d9c9ea6ef739dd0c14e561b3461 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PORTNAME=	guilib
PORTVERSION=	1.2.1
PORTREVISION=	5
CATEGORIES=	graphics
MASTER_SITES=	https://www.libsdl.org/projects/GUIlib/src/
DISTNAME=	GUIlib-${PORTVERSION}

MAINTAINER=	acm@FreeBSD.org
COMMENT=	Simple GUI framework for use with SDL
WWW=		https://www.libsdl.org/projects/GUIlib/index.html

USE_SDL=	sdl
USES=		gmake libtool sdl
GNU_CONFIGURE=	yes
USE_LDCONFIG=	yes
INSTALL_TARGET=	install-strip

.include <bsd.port.mk>