mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
22 lines
432 B
Makefile
22 lines
432 B
Makefile
# Created by: 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
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|