2002-02-07 02:19:52 +01:00
|
|
|
# New ports collection makefile for: libstroke
|
|
|
|
# Date created: 31 December 2001
|
|
|
|
# Whom: Jerry A! <jerry@thehutt.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= libstroke
|
|
|
|
PORTVERSION= 0.5.1
|
|
|
|
CATEGORIES= devel
|
|
|
|
MASTER_SITES= http://www.etla.net/libstroke/
|
|
|
|
|
|
|
|
MAINTAINER= jerry@thehutt.org
|
2003-02-21 12:23:04 +01:00
|
|
|
COMMENT= A stroke translation library
|
2002-02-07 02:19:52 +01:00
|
|
|
|
2002-04-02 05:23:15 +02:00
|
|
|
USE_XLIB= yes
|
2002-02-07 02:19:52 +01:00
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_LIBTOOL= yes
|
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|