diff options
Diffstat (limited to 'devel/libstroke/Makefile')
-rw-r--r-- | devel/libstroke/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/devel/libstroke/Makefile b/devel/libstroke/Makefile new file mode 100644 index 000000000000..6ae18b072cc6 --- /dev/null +++ b/devel/libstroke/Makefile @@ -0,0 +1,19 @@ +# 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_GMAKE= yes +USE_LIBTOOL= yes +INSTALLS_SHLIB= yes + +.include <bsd.port.mk> |