diff options
author | Vasil Dimov <vd@FreeBSD.org> | 2006-03-15 07:28:59 +0000 |
---|---|---|
committer | Vasil Dimov <vd@FreeBSD.org> | 2006-03-15 07:28:59 +0000 |
commit | 77997466fcb9e4a0fecef5846c9490a731e5f565 (patch) | |
tree | ff1269de946b8e26eb832448387f11713aa6ceed /x11/login.app/Makefile | |
parent | 02dd6f1e33a32f2c45c67c69198ac9caeb2a2a40 (diff) | |
download | ports-77997466fcb9e4a0fecef5846c9490a731e5f565.tar.gz ports-77997466fcb9e4a0fecef5846c9490a731e5f565.zip |
Remove expired leaf ports:
2006-02-28 graphics/vid
2006-02-28 graphics/smoke
2006-03-01 misc/globus2
2006-03-14 sysutils/prune
2006-03-14 www/evg
2006-02-28 x11/login.app
Notes
Notes:
svn path=/head/; revision=157141
Diffstat (limited to 'x11/login.app/Makefile')
-rw-r--r-- | x11/login.app/Makefile | 76 |
1 files changed, 0 insertions, 76 deletions
diff --git a/x11/login.app/Makefile b/x11/login.app/Makefile deleted file mode 100644 index 7e68ad3c896a..000000000000 --- a/x11/login.app/Makefile +++ /dev/null @@ -1,76 +0,0 @@ -# New ports collection makefile for: login.app -# Date created: 17 January 1999 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= login.app -PORTVERSION= 2.1.1 -PORTREVISION= 2 -CATEGORIES= x11 windowmaker -MASTER_SITES= http://largo.windowmaker.org/files/Login.app/ \ - http://depot.fsck.ch/mirror/distfiles/ -DISTNAME= Login.app-${PORTVERSION} - -MAINTAINER= ports@fsck.ch -COMMENT= Graphical login interface for X that is themable - -LIB_DEPENDS= wraster.4:${PORTSDIR}/x11-wm/windowmaker \ - PropList.2:${PORTSDIR}/devel/libPropList - -DEPRECATED= mastersite disappeared, no longer maintained by author (x11/slim is the successor) -EXPIRATION_DATE= 2006-02-28 - -WRKSRC= ${WRKDIR}/Login.app-${PORTVERSION:S/.a/-Alpha-/} - -USE_X_PREFIX= yes -HAS_CONFIGURE= yes -CONFIGURE_ARGS= --prefix=${PREFIX} -USE_GMAKE= yes -USE_REINPLACE= yes - -MAN1= Login.app.1x - -pre-configure: - @${REINPLACE_CMD} -e \ - 's|GNUstep/Applications|GNUstep/Apps|' \ - ${WRKSRC}/Makefile.am \ - ${WRKSRC}/Makefile.in \ - ${WRKSRC}/Scripts/Makefile.am \ - ${WRKSRC}/Scripts/Makefile.in \ - ${WRKSRC}/Themes/Linux/Makefile.am \ - ${WRKSRC}/Themes/Linux/Makefile.in \ - ${WRKSRC}/Themes/GNUstep/Makefile.am \ - ${WRKSRC}/Themes/GNUstep/Makefile.in \ - ${WRKSRC}/Themes/Drone/Makefile.in \ - ${WRKSRC}/Themes/Drone/Makefile.am \ - ${WRKSRC}/src/Makefile.in \ - ${WRKSRC}/src/Makefile.am \ - ${WRKSRC}/doc/Login.app.1x - # this replacement is only used to fix cluster builds: - @${REINPLACE_CMD} -e \ - 's|-lWUtil|-lWUtil -lintl|' \ - ${WRKSRC}/configure \ - ${WRKSRC}/src/Makefile.in \ - ${WRKSRC}/src/Makefile.am - -post-configure: - @${REINPLACE_CMD} -e \ - 's|%%X11BASE%%|${X11BASE}|; \ - s|%%LOCALBASE%%|${LOCALBASE}|' \ - ${WRKSRC}/Scripts/Login.user \ - ${WRKSRC}/Scripts/Login.root \ - ${WRKSRC}/Scripts/Logout.root \ - ${WRKSRC}/Scripts/Startup \ - ${WRKSRC}/Preferences \ - ${WRKSRC}/src/config.h \ - ${WRKSRC}/src/preferences.h \ - ${WRKSRC}/doc/Login.app.1x - -post-install: - @${SED} 's|%%X11BASE%%|${PREFIX}|' \ - ${FILESDIR}/loginapp.sh > ${PREFIX}/etc/rc.d/loginapp.sh - @${CHMOD} ${BINMODE} ${PREFIX}/etc/rc.d/loginapp.sh - -.include <bsd.port.mk> |