freebsd-ports/databases/useracc/Makefile
Emanuel Haupt 431b7f0225 Because of bad type declaration communication between master/slave server and
client does not work on 64 bit architectures. Provide a patch to solve this.

PR:		155748
Submitted by:	Konrad Heuer <kheuer@gwdg.de> (maintainer)
2011-03-29 20:36:13 +00:00

24 lines
524 B
Makefile

# New ports collection makefile for: useracc
# Date created: December 20th, 2002
# Whom: Konrad Heuer
#
# $FreeBSD$
#
PORTNAME= useracc
PORTVERSION= 3.1
PORTREVISION= 1
CATEGORIES= databases
MASTER_SITES= ftp://gwdu111.gwdg.de/pub/FreeBSD/misc/ \
ftp://gwdu112.gwdg.de/pub/FreeBSD/misc/
MAINTAINER= kheuer@gwdg.de
COMMENT= Special purpose database application
MAN1= useracc.1
MANCOMPRESSED= yes
PLIST_FILES= bin/useracc etc/rc.d/useracc.sh.sample
CFLAGS+= -DFreeBSD
.include <bsd.port.mk>