diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-01-16 14:39:23 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-01-16 14:39:23 +0000 |
commit | 9505b33c095c31cfb733a536981b77194105b3c5 (patch) | |
tree | 396f2bd824dd776ccd0599c17a566cfc78994813 /textproc/pocketreader/Makefile | |
parent | 79f553d2df71577abba7608d74a215ebefa0cea7 (diff) | |
download | ports-9505b33c095c31cfb733a536981b77194105b3c5.tar.gz ports-9505b33c095c31cfb733a536981b77194105b3c5.zip |
Notes
Diffstat (limited to 'textproc/pocketreader/Makefile')
-rw-r--r-- | textproc/pocketreader/Makefile | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/textproc/pocketreader/Makefile b/textproc/pocketreader/Makefile new file mode 100644 index 000000000000..1b4ab638def3 --- /dev/null +++ b/textproc/pocketreader/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: pocketreader +# Date created: 14 April 2002 +# Whom: Simon Dick <simond@irrelevant.org> +# +# $FreeBSD$ +# + +PORTNAME= pocketreader +PORTVERSION= 1.0 +CATEGORIES= textproc linux +MASTER_SITES= http://www.pocketreader.com/download/software/ +DISTNAME= linux-bin +EXTRACT_SUFX= _tar.gz + +MAINTAINER= simond@irrelevant.org + +USE_LINUX= YES +NO_BUILD= YES + +WRKSRC= ${WRKDIR}/linux + +do-install: + brandelf -t Linux ${WRKSRC}/installfiles/pocketreader_static + ${CP} ${WRKSRC}/installfiles/pocketreader_static ${PREFIX}/bin/pocketreader + +.include <bsd.port.mk> |