mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-06 01:57:40 +00:00
431b7f0225
client does not work on 64 bit architectures. Provide a patch to solve this. PR: 155748 Submitted by: Konrad Heuer <kheuer@gwdg.de> (maintainer)
25 lines
524 B
Makefile
25 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>
|