21 lines
436 B
Makefile
21 lines
436 B
Makefile
|
# New ports collection makefile for: useracc
|
||
|
# Date created: December 20th, 2002
|
||
|
# Whom: Konrad Heuer
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
PORTNAME= useracc
|
||
|
PORTVERSION= 3.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
|
||
|
|
||
|
.include <bsd.port.mk>
|