diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-07-20 20:54:19 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-07-20 20:54:19 +0000 |
commit | c4c7e89e888288968754bb2072c44817682787e7 (patch) | |
tree | 5796bb7c2ac3eb2717efb69b454d5839e69375ff /sysutils/lfm/Makefile | |
parent | Bump PORTREVISION, chase recent version bump of vorbis library (libvorbisfile). (diff) |
add lfm
Last File Manager
Notes
Notes:
svn path=/head/; revision=45299
Diffstat (limited to 'sysutils/lfm/Makefile')
-rw-r--r-- | sysutils/lfm/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/sysutils/lfm/Makefile b/sysutils/lfm/Makefile new file mode 100644 index 000000000000..6b8a50e78dc7 --- /dev/null +++ b/sysutils/lfm/Makefile @@ -0,0 +1,25 @@ +# ex:ts=8 +# New ports collection makefile for: lfm +# Date created: Jul 21, 2001 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= lfm +PORTVERSION= 0.4 +CATEGORIES= sysutils +MASTER_SITES= http://www.terra.es/personal7/inigoserna/lfm/ + +MAINTAINER= ports@FreeBSD.org + +USE_PYTHON= yes +SETUP_CMD= cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} setup.py + +do-build: + @${SETUP_CMD} build + +do-install: + @${SETUP_CMD} install + +.include <bsd.port.mk> |