mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
531a10b09a
UDS (Useful Development Stuff) Collection
26 lines
419 B
Makefile
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>
|