freebsd-ports/devel/libtecla/Makefile

44 lines
951 B
Makefile
Raw Normal View History

# ex:ts=8
# New ports collection makefile for: libtecla
# Date created: Feb 12, 2001
# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= libtecla
PORTVERSION= 1.6.0
CATEGORIES= devel
MASTER_SITES= http://www.astro.caltech.edu/~mcs/tecla/
2001-05-23 11:00:04 +02:00
MAINTAINER= ports@FreeBSD.org
2003-02-20 18:07:10 +01:00
COMMENT= Interactive command line editing facilities
USE_SUBMAKE= yes
USE_AUTOCONF_VER= 253
2001-03-16 19:25:43 +01:00
WRKSRC= ${WRKDIR}/${PORTNAME}
2001-12-13 08:25:32 +01:00
ALL_TARGET= default
SCRIPTS_ENV= WRKDIRPREFIX="${WRKDIRPREFIX}" \
REALCURDIR="${.CURDIR}" \
PORTNAME="${PORTNAME}"
INSTALLS_SHLIB= yes
2001-12-13 08:25:32 +01:00
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
PLIST_SUB+= THREADS="@comment "
.else
PLIST_SUB+= THREADS=""
.endif
2001-12-13 08:25:32 +01:00
post-extract:
@${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/genmanlist.sh
2001-12-13 08:25:32 +01:00
post-clean:
@${RM} -f ${WRKDIRPREFIX}${.CURDIR}/Makefile.inc
2001-12-13 08:25:32 +01:00
.if exists(${WRKDIRPREFIX}${.CURDIR}/Makefile.inc)
.include "${WRKDIRPREFIX}${.CURDIR}/Makefile.inc"
.endif
.include <bsd.port.post.mk>