1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/devel/uds/Makefile
Ying-Chieh Liao 531a10b09a add uds
UDS (Useful Development Stuff) Collection
2001-02-27 07:10:53 +00:00

26 lines
419 B
Makefile

# ex:ts=8
# New ports collection makefile for: uds
# Date created: Feb 27, 2001
# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= uds
PORTVERSION= 0.9.3
CATEGORIES= devel
MASTER_SITES= http://frost.flewid.de/dist/
MAINTAINER= ijliao@FreeBSD.org
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-debug
USE_GMAKE= yes
USE_NEWGCC= yes
INSTALLS_SHLIB= yes
.include <bsd.port.mk>