2001-02-16 11:07:08 +00:00
|
|
|
# ex:ts=8
|
|
|
|
# New ports collection makefile for: c2lib
|
|
|
|
# Date created: Feb 16, 2001
|
|
|
|
# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= c2lib
|
2001-07-11 17:15:39 +00:00
|
|
|
PORTVERSION= 1.2.12
|
2001-02-16 11:07:08 +00:00
|
|
|
CATEGORIES= devel
|
|
|
|
MASTER_SITES= http://www.annexia.org/freeware/c2lib/
|
|
|
|
|
2001-07-11 17:15:39 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2001-02-16 11:07:08 +00:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_LIBTOOL= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
|
2001-04-11 16:38:48 +00:00
|
|
|
SCRIPTS_ENV= WRKDIRPREFIX="${WRKDIRPREFIX}" \
|
|
|
|
REALCURDIR="${.CURDIR}" \
|
|
|
|
DISTNAME="${DISTNAME}"
|
|
|
|
|
|
|
|
post-extract:
|
|
|
|
@${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/genman3list.sh
|
|
|
|
|
|
|
|
post-clean:
|
|
|
|
@${RM} -f ${WRKDIRPREFIX}${.CURDIR}/Makefile.inc
|
|
|
|
|
|
|
|
.if exists(${WRKDIRPREFIX}${.CURDIR}/Makefile.inc)
|
|
|
|
.include "${WRKDIRPREFIX}${.CURDIR}/Makefile.inc"
|
|
|
|
.endif
|
2001-03-10 19:13:29 +00:00
|
|
|
|
2001-02-16 11:07:08 +00:00
|
|
|
.include <bsd.port.mk>
|