mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
1bc6ea3fd4
- hand over maintainership to Alex Dupre <sysadmin@alexdupre.com>. PR: 38076 Submitted by: Alex Dupre <sysadmin@alexdupre.com>
38 lines
732 B
Makefile
38 lines
732 B
Makefile
# New ports collection makefile for: motor
|
|
# Date created: 20 February 2001
|
|
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= motor
|
|
PORTVERSION= 3.2.2
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://konst.org.ua/download/
|
|
|
|
MAINTAINER= sysadmin@alexdupre.com
|
|
|
|
LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext
|
|
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib -lintl"
|
|
|
|
MAN1= motor.1
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${OSVERSION} < 400010
|
|
LIB_DEPENDS+= ncurses.5:${PORTSDIR}/devel/ncurses
|
|
.endif
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
post-install:
|
|
@${MKDIR} ${DOCSDIR}
|
|
@(cd ${WRKSRC} ; ${INSTALL_DATA} FAQ README ${DOCSDIR})
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|
|
|