summaryrefslogtreecommitdiff
path: root/graphics/CompuPic/Makefile
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>1999-07-12 02:36:06 +0000
committerhubertf <hubertf@pkgsrc.org>1999-07-12 02:36:06 +0000
commit8c6237b2f3964cf2f95b9dfedc275f369a634d05 (patch)
tree77dd0e0b3c4d2041ddc9f0333bee889119b09a3c /graphics/CompuPic/Makefile
parent25ebc72ea74e1c85e76e0a6a976af58b042b865b (diff)
downloadpkgsrc-8c6237b2f3964cf2f95b9dfedc275f369a634d05.tar.gz
Tool for managing graphics and multimedia files.
CompuPic is an interactive multimedia file manager and manipulation program. CompuPic allows you to efficiently view, manage, catalog, and convert over 30 graphics formats.
Diffstat (limited to 'graphics/CompuPic/Makefile')
-rw-r--r--graphics/CompuPic/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/graphics/CompuPic/Makefile b/graphics/CompuPic/Makefile
new file mode 100644
index 00000000000..f19897b1aa1
--- /dev/null
+++ b/graphics/CompuPic/Makefile
@@ -0,0 +1,29 @@
+# $NetBSD: Makefile,v 1.1.1.1 1999/07/12 02:36:06 hubertf Exp $
+#
+
+DISTNAME= compupic-current-i386-Linux
+PKGNAME= CompuPic-4.6.1005
+CATEGORIES= graphics
+MASTER_SITES= http://linux.compupic.com/files/
+
+MAINTAINER= hubertf@netbsd.org
+HOMEPAGE= http://linux.compupic.com/
+
+DEPENDS+= suse_linux-6.1:../../emulators/suse_linux
+
+ONLY_FOR_PLATFORM= NetBSD-*-i386 Linux-*-i386
+
+LICENSE= fee-based-commercial-use
+WRKSRC= ${WRKDIR}/compupic-4.6.1005-i386-Linux
+
+NO_CONFIGURE= YES
+NO_BUILD= YES
+NO_PACKAGE= "Commercial product, purcase at http://www.photodex.com/ordering/order.html"
+
+do-install:
+ ${INSTALL_DATA_DIR} ${PREFIX}/libexec/compupic
+ ${GTAR} plxCf ${PREFIX}/libexec/compupic ${WRKSRC}/compupic.tar
+ ${MV} ${PREFIX}/libexec/compupic/compupic.1 ${PREFIX}/man/man1
+ ${LN} -sf ../libexec/compupic/compupic ${PREFIX}/bin/compupic
+
+.include "../../mk/bsd.pkg.mk"