freebsd-ports/security/parano/Makefile
Pawel Pekala e7b69ac104 - Add staging support
- Remove leading article from COMMENT
- Convert to USES=shared-mime-info
- Needs USES=desktop-file-utils, bump PORTREVISION
2014-07-07 18:53:59 +00:00

22 lines
490 B
Makefile

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