1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/security/parano/Makefile
Martin Wilke 5743712b3d - Convert gmake, bzip2 to USES
Approved by:	portmgr
2014-05-26 12:50:40 +00:00

22 lines
422 B
Makefile

# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
# $FreeBSD$
PORTNAME= parano
PORTVERSION= 0.3.5
PORTREVISION= 4
CATEGORIES= security
MASTER_SITES= BERLIOS
MAINTAINER= ports@FreeBSD.org
COMMENT= A Gnome program to deal with hashfiles
USE_GNOME= pygnome2
USE_PYTHON= yes
USES= gettext gmake
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
NO_STAGE= yes
.include <bsd.port.mk>