blob: 34d93d14704ede3b7ee8c9cfcee7fad5d678e9e0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
# $NetBSD: Makefile,v 1.4 2000/01/11 02:25:29 soren 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.1p1:../../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
RESTRICTED= "Commercial product, purcase at http://www.photodex.com/ordering/order.html"
NO_PACKAGE= ${RESTRICTED}
NO_CDROM= ${RESTRICTED}
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"
|