diff options
author | Rene Ladan <rene@FreeBSD.org> | 2014-04-13 10:55:38 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2014-04-13 10:55:38 +0000 |
commit | bac6e092c4705f6a79bf323ae7961d92aa017bb5 (patch) | |
tree | 945be4c82f4ab2b27427f5ba33627b6ec0e06991 /graphics/qvplay | |
parent | 0bd8a54ab1df83aba8d606431f2ca378711e1d69 (diff) | |
download | ports-bac6e092c4705f6a79bf323ae7961d92aa017bb5.tar.gz ports-bac6e092c4705f6a79bf323ae7961d92aa017bb5.zip |
Notes
Diffstat (limited to 'graphics/qvplay')
-rw-r--r-- | graphics/qvplay/Makefile | 55 | ||||
-rw-r--r-- | graphics/qvplay/distinfo | 2 | ||||
-rw-r--r-- | graphics/qvplay/pkg-descr | 13 |
3 files changed, 0 insertions, 70 deletions
diff --git a/graphics/qvplay/Makefile b/graphics/qvplay/Makefile deleted file mode 100644 index 5aa10d0869f6..000000000000 --- a/graphics/qvplay/Makefile +++ /dev/null @@ -1,55 +0,0 @@ -# Created by: Jun-ichiro itojun Itoh <itojun@itojun.org> -# $FreeBSD$ - -PORTNAME= qvplay -PORTVERSION= 0.95 -PORTREVISION= 1 -CATEGORIES= graphics -MASTER_SITES= http://www.asahi-net.or.jp/~xg2k-hys/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Digital camera downloading tool for Casio QV series - -DEPRECATED= Unmaintained since 2001 -EXPIRATION_DATE= 2014-04-12 -WRKSRC= ${WRKDIR}/QVplay095/obj/FreeBSD - -CFLAGS+= -Wno-return-type -USE_CSTD= gnu89 -GNU_CONFIGURE= yes - -PLIST_FILES= bin/qvalldel \ - bin/qvplay \ - bin/qvrec - -MAN1= qvalldel.1 qvplay.1 qvrec.1 - -PORTDOCS= FAQ.txt HISTORY PROTOCOL.eng PROTOCOL.txt \ - README README.FreeBSD README.eng - -NO_STAGE= yes - -OPTIONS_DEFINE= DOCS - -.include <bsd.port.options.mk> - -post-patch: - @${MKDIR} ${WRKSRC} - @${REINPLACE_CMD} \ - -e 's|/usr/local/bin|$${PREFIX}/bin|' \ - -e 's|/usr/local/man/man1|$${PREFIX}/man/man1|' \ - -e 's|$$(INSTALL_PROGRAM) -o root -g bin -m 444 $$(MAN1) $$(mandir)/$$(MAN1)|$$(INSTALL_DATA) $$(MAN1) $$(mandir)/$$(MAN1)|' \ - -e 's|$$(INSTALL_PROGRAM) -o root -g bin -m 444 $$(MAN2) $$(mandir)/$$(MAN2)|$$(INSTALL_DATA) $$(MAN2) $$(mandir)/$$(MAN2)|' \ - -e 's|$$(INSTALL_PROGRAM) -o root -g bin -m 444 $$(MAN3) $$(mandir)/$$(MAN3)|$$(INSTALL_DATA) $$(MAN3) $$(mandir)/$$(MAN3)|' \ - ${WRKSRC}/../../src/Makefile.in - -pre-configure: - @(cd ${WRKDIR}/QVplay095; ./setup FreeBSD) - -post-install: -.if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/../../|} ${DOCSDIR} -.endif - -.include <bsd.port.mk> diff --git a/graphics/qvplay/distinfo b/graphics/qvplay/distinfo deleted file mode 100644 index 11ac825ad7b7..000000000000 --- a/graphics/qvplay/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (qvplay-0.95.tar.gz) = 9660c6b501735af61787a3b90217a45cc72f6c05c1b4ffbbba927509b997c887 -SIZE (qvplay-0.95.tar.gz) = 112802 diff --git a/graphics/qvplay/pkg-descr b/graphics/qvplay/pkg-descr deleted file mode 100644 index 13bdc9af293d..000000000000 --- a/graphics/qvplay/pkg-descr +++ /dev/null @@ -1,13 +0,0 @@ -qvplay - Downloading tool for Casio QV series digital camera. - Known to work with: - - Casio QV-10/10A/11/100 - - Casio QV-30/300 - (The word "plus" in the US product name "Casio QV-10*plus*" - means bundled kit, so you need not to worry about the word "plus") - -AUTHOR CONTACT - Ken-ichi Hayashi <xg2k-hys@asahi-net.or.jp> - Jun-ichiro itojun Itoh <itojun@itojun.org> - -WWW: http://www.asahi-net.or.jp/~xg2k-hys/index-e.html |