1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-29 21:39:24 +00:00
freebsd-ports/x11-wm/afterstep/Makefile

28 lines
660 B
Makefile
Raw Normal View History

# New ports collection makefile for: afterstep
1996-08-03 22:47:19 +00:00
# Version required: 0.98b18
# Date created: 17 July 96
# Whom: james@bdd.net
1996-08-03 22:47:19 +00:00
DISTNAME= as-b18
PKGNAME= afterstep-0.98b18
CATEGORIES+= x11
MASTER_SITES= ftp://oak.sfasu.edu/pub/AfterStep/
MAINTAINER= james@nexis.net
LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
RUN_DEPENDS= fvwm:${PORTSDIR}/x11/fvwm
USE_X11= yes
1996-08-03 22:47:19 +00:00
WRKSRC= ${WRKDIR}/AfterStep-0.98aBETA18
pre-build:
@cd ${WRKSRC}; sh MakeMakefiles
post-install:
@mkdir -p ${PREFIX}/include/X11/pixmaps
@cp ${WRKSRC}/icons/*.xpm ${PREFIX}/include/X11/pixmaps
@cp ${WRKSRC}/icons/8bit/*.xpm ${PREFIX}/include/X11/pixmaps
.include <bsd.port.mk>