blob: 8f8456c846ebaf3f33b4c218f1473c7d40b558dd (
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
|
# $NetBSD: Makefile,v 1.3 2006/09/28 01:05:33 salo Exp $
DISTNAME= suse_openssl-${SUSE_VERSION}
PKGREVISION= 2
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_SUSE100}
DISTFILES= ${RPMFILES}
MAINTAINER= markd@NetBSD.org
HOMEPAGE= http://www.suse.com/
COMMENT= Linux compatibility package for the OpenSSL library
DEPENDS+= suse_base-${SUSE_VERSION}{,nb*}:../../emulators/suse100_base
EXTRACT_ONLY= # empty
NO_BUILD= YES
PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC
.if exists(Makefile.${MACHINE_ARCH})
.include "Makefile.${MACHINE_ARCH}"
.endif
.include "../../emulators/suse100_linux/Makefile.common"
.include "../../mk/bsd.pkg.mk"
|