freebsd-ports/security/libpwstor/Makefile
Vanilla I. Shu 0f93811337 Stagify.
2014-06-11 02:45:11 +00:00

26 lines
511 B
Makefile

# Created by: Matt Harris <mattdharris@users.sourceforge.net>
# $FreeBSD$
PORTNAME= libpwstor
PORTVERSION= 0.1
CATEGORIES= security devel
MASTER_SITES= SF/kageki/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Password storage library for C programmers
USES= tar:bzip2
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
.include <bsd.port.pre.mk>
.if ${ARCH} != "i386"
CFLAGS+= -fPIC -DPIC
.endif
.if defined(WITH_DEBUG)
CONFIGURE_ARGS+=--enable-debug
.endif
.include <bsd.port.post.mk>