mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
c9ea361463
on sdl12-1.2.5
25 lines
533 B
Makefile
25 lines
533 B
Makefile
# New ports collection makefile for: guilib
|
|
# Date created: 20 September 2000
|
|
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= guilib
|
|
PORTVERSION= 1.1.1
|
|
PORTREVISION= 2
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://www.libsdl.org/projects/GUIlib/src/
|
|
DISTNAME= GUIlib-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A very simple GUI framework for use with SDL
|
|
|
|
USE_SDL= sdl
|
|
USE_GMAKE= yes
|
|
USE_LIBTOOL_VER=13
|
|
LIBTOOLFLAGS= --disable-ltlibs --release-ignore
|
|
INSTALLS_SHLIB= yes
|
|
|
|
.include <bsd.port.mk>
|