mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
d0029552b3
A library to make access to GnuPG easier PR: 28196 Submitted by: TERAMOTO Masahiro <teramoto@comm.eng.osaka-u.ac.jp>
23 lines
430 B
Makefile
23 lines
430 B
Makefile
# 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.2
|
|
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
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_GMAKE= yes
|
|
INSTALLS_SHLIB= yes
|
|
|
|
.include <bsd.port.mk>
|