Tweak graphics/guilib version 1.2.1_5
[dports.git] / graphics / guilib / Makefile
1 # Created by: Maxim Sobolev <sobomax@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       guilib
5 PORTVERSION=    1.2.1
6 PORTREVISION=   5
7 CATEGORIES=     graphics
8 MASTER_SITES=   https://www.libsdl.org/projects/GUIlib/src/
9 DISTNAME=       GUIlib-${PORTVERSION}
10
11 MAINTAINER=     acm@FreeBSD.org
12 COMMENT=        Simple GUI framework for use with SDL
13
14 USE_SDL=        sdl
15 USES=           gmake libtool sdl
16 GNU_CONFIGURE=  yes
17 USE_LDCONFIG=   yes
18 INSTALL_TARGET= install-strip
19
20 .include <bsd.port.mk>