summaryrefslogtreecommitdiffstats
path: root/x11-wm/afterstep-stable/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-wm/afterstep-stable/Makefile')
-rw-r--r--x11-wm/afterstep-stable/Makefile74
1 files changed, 15 insertions, 59 deletions
diff --git a/x11-wm/afterstep-stable/Makefile b/x11-wm/afterstep-stable/Makefile
index d86c345..8ab8295 100644
--- a/x11-wm/afterstep-stable/Makefile
+++ b/x11-wm/afterstep-stable/Makefile
@@ -1,72 +1,28 @@
-# New ports collection makefile for: afterstep-1.4.4
-# Version required: 1.4.4
+# New ports collection makefile for: afterstep-1.6
+# Version required: 1.6
# Date created: 1 May 1998
# Whom: Brett Taylor
#
-# $Id: Makefile,v 1.26 1998/09/17 00:32:56 asami Exp $
+# $Id: Makefile,v 1.24 1998/08/07 23:01:37 asami Exp $
#
-DISTNAME= AfterStep-1.4.5.0
-PKGNAME= afterstep-1.4.5.3
+DISTNAME= AfterStep-1.6.0
CATEGORIES= x11-wm
-MASTER_SITES= ftp://peloton.physics.montana.edu/pub/distfiles/
-EXTRACT_SUFX= .tgz
+MASTER_SITES= ftp://ftp.afterstep.org/stable/
-PATCH_SITES= ftp://peloton.physics.montana.edu/pub/distfiles/
-PATCHFILES= AfterStep1450-to-1451.patch.gz AfterStep1451-to-1453.patch.gz
-PATCH_DIST_STRIP= -p1
+MAINTAINER= ports@freebsd.org
-MAINTAINER= brett@peloton.physics.montana.edu
+LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \
+ png.2:${PORTSDIR}/graphics/png \
+ jpeg.9:${PORTSDIR}/graphics/jpeg
-LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
-
-WRKSRC= ${WRKDIR}/AfterStep
-
-IS_INTERACTIVE= yes
-USE_IMAKE= yes
INSTALL_TARGET= install install.man
-MANCOMPRESSED= yes
-
-HAS_CONFIGURE= yes
-
-XMKMF= $(X11BASE)/bin/xmkmf
-MAN1= ASSound.1 Animate.1 Audio.1 Auto.1 Banner.1 Clean.1 Form.1 \
- Ident.1 Pager-noxpm.1 Pager.1 Save.1 Scroll.1 Wharf.1 \
- WinList.1 Zharf.1 afterstep.1 ascd.1 asclock.1 asmail.1 \
- asmodem.1 xiterm.1
-
-pre-configure:
- @${ECHO_MSG} "The interactive portion is asking you about languages"
- @${ECHO_MSG} "and color use by asclock."
-pre-patch:
- @${ECHO_MSG} "*******************************************************"
- @${ECHO_MSG} "The source will be patched to use xv to put non-pixmaps"
- @${ECHO_MSG} "on the root window using a tiled format. If you would"
- @${ECHO_MSG} "prefer a different viewer or the image not to be tiled,"
- @${ECHO_MSG} "please stop the build now and edit patch-aa to your"
- @${ECHO_MSG} "preferred configuration."
- @${ECHO_MSG} "*******************************************************"
-
-pre-build:
- @ cd ${WRKSRC}; ${MAKE} Makefiles
-
-#there's a missing man file for ASSound - touch so we can install without
-#removing the ASSound module and breaking something else
-pre-install:
- @${TOUCH} ${WRKSRC}/modules/ASSound/ASSound.man
+MAN1= Animate.1x Audio.1x Auto.1x Banner.1x Cascade.1x Clean.1x \
+ Form.1x Ident.1x Pager.1x Save.1x Script.1x Scroll.1x Tile.1x \
+ Wharf.1x WinList.1x Zharf.1x afterstep.1x
-post-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/afterdoc/afterstepdoc ${PREFIX}/bin/
- ${INSTALL_DATA} ${FILESDIR}/monitor_bsd.xpm ${PREFIX}/include/X11/pixmaps/
- @${RM} ${PREFIX}/share/afterstep/*.orig
- @${RM} ${PREFIX}/share/afterstep/feels/*.orig
- @${RM} ${PREFIX}/share/afterstep/looks/*.orig
- @${RM} ${PREFIX}/share/afterstep/non-configurable/desk*/*.orig
- @${RM} ${PREFIX}/share/afterstep/non-configurable/tmp/*.orig
- @${RM} ${PREFIX}/share/afterstep/desktop/icons/*/*.orig
- @${RM} ${PREFIX}/share/afterstep/desktop/buttons/*.orig
- @${ECHO_MSG} "********************************************************"
- @${ECHO_MSG} "HTML docs are included in ${PREFIX}/share/doc/afterstep"
- @${ECHO_MSG} "********************************************************"
+USE_X_PREFIX= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --prefix=${X11BASE}
.include <bsd.port.mk>
OpenPOWER on IntegriCloud