diff options
Diffstat (limited to 'devel/ORBit2/Makefile')
-rw-r--r-- | devel/ORBit2/Makefile | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/devel/ORBit2/Makefile b/devel/ORBit2/Makefile deleted file mode 100644 index 57ad5dbb3b41..000000000000 --- a/devel/ORBit2/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# New ports collection makefile for: orbit -# Version required: 0.3.91 -# Date Created: 16 Aug 1998 -# Whom: Chia-liang Kao <clkao@CirX.ORG> -# -# $Id: Makefile,v 1.12 1999/01/27 08:31:49 fenner Exp $ -# - -DISTNAME= ORBit-0.3.91 -CATEGORIES= devel gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= ORBit - -MAINTAINER= clkao@CirX.ORG - -LIB_DEPENDS= glib11d.2:${PORTSDIR}/devel/glib11-devel - -GNU_CONFIGURE= yes -USE_GMAKE= yes - -CONFIGURE_ENV= INSTALL='$${INSTALL} -c' \ - GLIB_CONFIG="${LOCALBASE}/bin/glib11d-config" -CONFIGURE_ARGS= --disable-indent - -pre-install: - @if [ ! -f ${PREFIX}/info/dir ]; then \ - ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \ - fi - -post-install: - @${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib - -.include <bsd.port.mk> |