aboutsummaryrefslogtreecommitdiff
path: root/graphics/guilib/Makefile
blob: 716b91fa1d4e988dd892d2c2ab7f5576d10420bc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: Maxim Sobolev <sobomax@FreeBSD.org>

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

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

.include <bsd.port.mk>