aboutsummaryrefslogblamecommitdiff
path: root/graphics/guilib/Makefile
blob: 0d3c87cb57060d6416194e84d3ddfafe94885a86 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
                                                 
           

                      
                     
                 
                        
                                                           

                                     
                               
                                                     
 
                   
                             
                   
                   
                             

                      
# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
# $FreeBSD$

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
GNU_CONFIGURE=	yes
USE_LDCONFIG=	yes
INSTALL_TARGET=	install-strip

.include <bsd.port.mk>