22 lines
445 B
Makefile
22 lines
445 B
Makefile
# 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>
|