diff options
Diffstat (limited to 'devel/motor/Makefile')
-rw-r--r-- | devel/motor/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/devel/motor/Makefile b/devel/motor/Makefile new file mode 100644 index 000000000000..b09710fdca37 --- /dev/null +++ b/devel/motor/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: motor +# Date created: 20 February 2001 +# Whom: Maxim Sobolev <sobomax@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= motor +PORTVERSION= 2.6.3 +CATEGORIES= devel +MASTER_SITES= http://konst.org.ua/download/ + +MAINTAINER= sobomax@FreeBSD.org + +LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext + +USE_GMAKE= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="${CFLAGS}" \ + LOCALBASE="${LOCALBASE}" + +.include <bsd.port.mk> |