diff options
author | James FitzGibbon <jfitz@FreeBSD.org> | 1996-10-29 19:50:21 +0000 |
---|---|---|
committer | James FitzGibbon <jfitz@FreeBSD.org> | 1996-10-29 19:50:21 +0000 |
commit | 288bbe0fdb66dbe4fbae5730b72737a8e89131d4 (patch) | |
tree | 0b95427faaf65787781470e2b57aba83d4829821 /x11-wm/afterstep/Makefile | |
parent | 035b1500479870755dc0f66cd7b555c611fa9bcf (diff) | |
download | ports-288bbe0fdb66dbe4fbae5730b72737a8e89131d4.tar.gz ports-288bbe0fdb66dbe4fbae5730b72737a8e89131d4.zip |
Notes
Diffstat (limited to 'x11-wm/afterstep/Makefile')
-rw-r--r-- | x11-wm/afterstep/Makefile | 24 |
1 files changed, 15 insertions, 9 deletions
diff --git a/x11-wm/afterstep/Makefile b/x11-wm/afterstep/Makefile index 83b36330950a..f71d34bf5b84 100644 --- a/x11-wm/afterstep/Makefile +++ b/x11-wm/afterstep/Makefile @@ -1,22 +1,23 @@ # New ports collection makefile for: afterstep -# Version required: 0.98b33 -# Date created: 17 July 96 -# Whom: james@bdd.net +# Version required: 1.0pre1 +# Date created: October 29th 1996 +# Whom: jfitz@FreeBSD.ORG # -# $Id: Makefile,v 1.10 1996/09/30 20:29:12 jfitz Exp $ +# $Id: Makefile,v 1.11 1996/10/09 04:53:23 jfitz Exp $ # -DISTNAME= as-b33 -PKGNAME= afterstep-0.98b33 +DISTNAME= as-10pre1 +PKGNAME= afterstep-1.0pr1 CATEGORIES+= x11 MASTER_SITES= ftp://oak.sfasu.edu/pub/AfterStep/ -MAINTAINER= jfitz@freebsd.org +MAINTAINER= jfitz@FreeBSD.ORG LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm USE_X11= yes -WRKSRC= ${WRKDIR}/AfterStep-0.98aBETA33 +WRKSRC= ${WRKDIR}/AfterStep-1.0pre1 +INSTALL_TARGET= install install.man pre-build: @ cd ${WRKSRC}; sh MakeMakefiles @@ -30,8 +31,13 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/icons/*.xpm ${PREFIX}/include/X11/pixmaps/ ${INSTALL_DATA} ${WRKSRC}/icons/8bit/*.xpm ${PREFIX}/include/X11/pixmaps/ @ ${MKDIR} -p ${PREFIX}/lib/X11/afterstep/doc/ - @for file in CHANGES README README.8bit README.gradient afterstep.faq; do \ + @for file in CHANGES NEW README README.8bit afterstep.faq; do \ ${INSTALL_DATA} ${WRKSRC}/$$file ${PREFIX}/lib/X11/afterstep/doc/; \ done +.if defined(NOMANCOMPRESS) + @ for file in afterstep asclock Audio Auto Banner Pager Wharf; do \ + gunzip ${PREFIX}/man/man1/$$file.1.gz; \ + done +.endif .include <bsd.port.mk> |