summaryrefslogtreecommitdiff
path: root/ports-mgmt/portdowngrade/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ports-mgmt/portdowngrade/Makefile')
-rw-r--r--ports-mgmt/portdowngrade/Makefile48
1 files changed, 0 insertions, 48 deletions
diff --git a/ports-mgmt/portdowngrade/Makefile b/ports-mgmt/portdowngrade/Makefile
deleted file mode 100644
index 7ebf370b9eee..000000000000
--- a/ports-mgmt/portdowngrade/Makefile
+++ /dev/null
@@ -1,48 +0,0 @@
-# New ports collection makefile for: portdowngrade
-# Date created: 2003/02/13
-# Whom: Heiner <h.eichmann@gmx.de>
-#
-# $FreeBSD$
-#
-
-PORTNAME= portdowngrade
-PORTVERSION= 0.6
-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}"
-.if defined(DEFAULT_CVS_SERVER)
-CONFIGURE_ARGS+= --enable-default-server=${DEFAULT_CVS_SERVER}
-.endif
-
-GNU_CONFIGURE= yes
-CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
-USE_GMAKE= yes
-
-USE_BZIP2= yes
-
-MAN1= portdowngrade.1
-PLIST_FILES= sbin/portdowngrade
-
-pre-everything::
-.if !defined(DEFAULT_CVS_SERVER)
- @${ECHO_MSG} ""
- @${ECHO_MSG} "Press CTRL-C and define DEFAULT_CVS_SERVER"
- @${ECHO_MSG} "(e.g. make DEFAULT_CVS_SERVER=\":pserver:anoncvs@anoncvs. ... .FreeBSD.org:/home/ncvs\" install)"
- @${ECHO_MSG} "if you want to use a special CVS server as default. See"
- @${ECHO_MSG} "http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/anoncvs.html"
- @${ECHO_MSG} "for a list of possible cvs server"
- @${ECHO_MSG} ""
- @sleep 3
-.endif
-
-.include <bsd.port.mk>