diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-02-21 00:15:07 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-02-21 00:15:07 +0000 |
commit | d07e4e801e97b789838e5eb6cfabbce757f72da3 (patch) | |
tree | 315a1de67a7546411cff743fc5354579226c4a10 /devel/motor/Makefile | |
parent | c4e3c399f3c64a3b8f8a3d91ff6c738674ed04c7 (diff) |
Notes
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> |