mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
22 lines
403 B
Makefile
22 lines
403 B
Makefile
# 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
|
|
COMMENT= A stroke translation library
|
|
|
|
USE_XLIB= yes
|
|
USE_GMAKE= yes
|
|
USE_LIBTOOL= yes
|
|
INSTALLS_SHLIB= yes
|
|
|
|
.include <bsd.port.mk>
|