634da3fb7d
Functionality has been added to lauch files according to file type. Quoting rules have been made more consistent. Bugs have been fixed in editing the config file, the cursor positioning and locale support.
35 lines
778 B
Makefile
35 lines
778 B
Makefile
# $OpenBSD: Makefile,v 1.4 2003/04/06 00:49:37 margarida Exp $
|
|
|
|
COMMENT= "personal file manager"
|
|
|
|
DISTNAME= pfm-1.92.2
|
|
CATEGORIES= misc
|
|
|
|
HOMEPAGE= http://p-f-m.sourceforge.net/
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=p-f-m/}
|
|
|
|
MAINTAINER= Margarida Sequeira <margarida@openbsd.org>
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
NO_BUILD= Yes
|
|
|
|
BUILD_DEPENDS= :p5-Term-ReadLine-Gnu-*:devel/p5-Term-ReadLine-Gnu \
|
|
:p5-Term-ScreenColor-*:devel/p5-Term-ScreenColor \
|
|
:p5-Term-Screen-*:devel/p5-Term-Screen
|
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/pfm ${PREFIX}/bin
|
|
${INSTALL_MAN} ${WRKSRC}/pfm.1 ${PREFIX}/man/man1
|
|
|
|
.include <bsd.port.mk>
|