freebsd-ports/x11-fm/asfiles/Makefile
Dejan Lesjak 932516df23 Add perl build dependency.
Previously it was picked up by imake, which was run time dependency for
X libraries. Since this will no longer hold, specify perl explicitly.
Also reset maintainership:
<lukin@okbmei.msk.su>: host relay.orbita.ru[193.192.144.231] said: 550
    lukin@okbmei.msk.su unknown user account (in reply to RCPT TO command)

Pointed out by:	dosirak via kris, while testing X.Org upgrade
2004-12-03 17:25:26 +00:00

33 lines
864 B
Makefile

# New ports collection makefile for: ASFiles
# Date created: 17 August 1997
# Whom: lukin@okbmei.msk.su
#
# $FreeBSD$
#
PORTNAME= asfiles
PORTVERSION= 1.0
CATEGORIES= x11-fm afterstep windowmaker
MASTER_SITES= ${MASTER_SITE_AFTERSTEP}
MASTER_SITE_SUBDIR= apps/ASFiles
DISTNAME= ASFiles-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= X11 file manager. Dockable in WindowMaker
LIB_DEPENDS= Dnd.1:${PORTSDIR}/x11/libdnd
GNU_CONFIGURE= yes
USE_X_PREFIX= yes
USE_XPM= yes
USE_PERL5_BUILD=yes
MAN1= files.1
MAN3= regexp.3
post-install:
${PATCH} ${PATCH_ARGS} < ${FILESDIR}/last-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>