blob: d79c0228c32b49494f1ac39346ae53fb07b1fb2b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# New ports collection makefile for: gpgme
# Date created: 15 June 2001
# Whom: teramoto@comm.eng.osaka-u.ac.jp
#
# $FreeBSD$
#
PORTNAME= gpgme
PORTVERSION= 0.2.3
CATEGORIES= security
MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/alpha/gpgme/
MAINTAINER= teramoto@comm.eng.osaka-u.ac.jp
BUILD_DEPENDS= gpg:${PORTSDIR}/security/gnupg
USE_LIBTOOL= yes
USE_AUTOCONF= yes
USE_GMAKE= yes
INSTALLS_SHLIB= yes
MAKE_ENV+= PORT_LIBTOOL=${LIBTOOL}
.include <bsd.port.mk>
|