blob: 7f4a0e6cb446695c124829d363ddf14011e3d4aa (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
# New ports collection makefile for: ASFiles
# Version required: 1.0
# Date created: 17 August 1997
# Whom: lukin@okbmei.msk.su
#
# $Id: Makefile,v 1.9 1999/03/15 01:20:22 steve Exp $
#
DISTNAME= ASFiles-1.0
PKGNAME= asfiles-1.0
CATEGORIES= x11-fm windowmaker
MASTER_SITES= ftp://ftp.cs.tu-berlin.de/pub/X/afterstep/apps/ASFiles/ \
ftp://ftp.uni-trier.de/pub/unix/X11/window-manager/AfterStep/apps/ASFiles/
MAINTAINER= lukin@okbmei.msk.su
LIB_DEPENDS= Dnd.1:${PORTSDIR}/x11/libdnd \
Xpm.4:${PORTSDIR}/graphics/xpm
GNU_CONFIGURE= yes
USE_X_PREFIX= yes
MAN1= files.1
MAN3= regexp.3
post-install:
${PATCH} ${PATCH_ARGS} < ${FILESDIR}/patch-aa
${INSTALL_DATA} ${WRKSRC}/src/Files.ad ${PREFIX}/lib/X11/app-defaults/
${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
${MV} ${WRKSRC}/src/Files.ad.orig ${WRKSRC}/src/Files.ad
.include <bsd.port.mk>
|