pkgsrc-wip/eor/Makefile
Aleksej Saushev 90d227ea69 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
2012-09-28 22:07:28 +00:00

21 lines
487 B
Makefile

# $NetBSD: Makefile,v 1.6 2012/09/28 22:07:34 asau Exp $
#
DISTNAME= eor-1.0.2
CATEGORIES= archivers
MASTER_SITES= http://blue.jh-inst.cas.cz/~smydke/projects/eor/releases/
EXTRACT_SUFX= .zip
MAINTAINER= jan.smydke@jh-inst.cas.cz
HOMEPAGE= http://blue.jh-inst.cas.cz/~smydke/projects/eor/
COMMENT= Exclusive OR bit operation to protect your files
LICENSE= 2-clause-bsd
USE_LANGUAGES= c
USE_TOOLS+= gmake
MAKE_FILE= GNUmakefile
INSTALLATION_DIRS= bin
.include "../../mk/bsd.pkg.mk"