21 lines
357 B
Makefile
21 lines
357 B
Makefile
# New ports collection makefile for: dbregc
|
|
# Date created: 27 June, 2001
|
|
# Whom: Brian Dean <bsd@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= dbregc
|
|
PORTVERSION= 1.0.0
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
MASTER_SITE_SUBDIR= bsd
|
|
|
|
MAINTAINER= bsd@FreeBSD.org
|
|
|
|
MAN1= dbregc.1
|
|
MANCOMPRESSED= no
|
|
ONLY_FOR_ARCHS= i386
|
|
|
|
.include <bsd.port.mk>
|