f0e266bdb4
PR: 36615 Submitted by: maintaienr
21 lines
365 B
Makefile
21 lines
365 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
|
|
|
|
USE_XLIB= yes
|
|
USE_GMAKE= yes
|
|
USE_LIBTOOL= yes
|
|
INSTALLS_SHLIB= yes
|
|
|
|
.include <bsd.port.mk>
|