freebsd-ports/devel/motor/Makefile

26 lines
557 B
Makefile
Raw Normal View History

# New ports collection makefile for: motor
# Date created: 20 February 2001
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= motor
2001-04-17 10:18:55 -04:00
PORTVERSION= 2.15.7
CATEGORIES= devel
2001-04-17 10:18:55 -04:00
MASTER_SITES= http://download.konst.org.ua/ \
http://konst.org.ua/download/ \
${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= sobomax
MAINTAINER= sobomax@FreeBSD.org
LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext
USE_GMAKE= yes
GNU_CONFIGURE= yes
2001-04-17 10:18:55 -04:00
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib -lintl"
.include <bsd.port.mk>