2003-12-04 06:37:09 +00:00
|
|
|
# New ports collection makefile for: portdowngrade
|
|
|
|
# Date created: 2003/02/13
|
|
|
|
# Whom: Heiner <h.eichmann@gmx.de>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= portdowngrade
|
2004-06-21 20:24:05 +00:00
|
|
|
PORTVERSION= 0.4
|
2003-12-04 06:37:09 +00:00
|
|
|
CATEGORIES= sysutils
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
|
|
|
|
MAINTAINER= h.eichmann@gmx.de
|
|
|
|
COMMENT=Sets a port back to a previous version
|
|
|
|
|
|
|
|
LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt
|
|
|
|
|
|
|
|
POPT_INCLUDE= `pkg_info -xL ^popt | ${GREP} popt.h | ${SED} -e 's?/popt.h??'`
|
|
|
|
POPT_LIB= `pkg_info -xL ^popt | ${GREP} libpopt.a | ${SED} -e 's?/libpopt.a??'`
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${POPT_INCLUDE}" \
|
|
|
|
LIBS="-lpopt -L${POPT_LIB}"
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2004-04-17 19:26:58 +00:00
|
|
|
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
2003-12-04 06:37:09 +00:00
|
|
|
USE_GMAKE= yes
|
|
|
|
|
|
|
|
USE_BZIP2= yes
|
|
|
|
|
|
|
|
MAN1= portdowngrade.1
|
2004-02-06 13:12:53 +00:00
|
|
|
PLIST_FILES= sbin/portdowngrade
|
2003-12-04 06:37:09 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|