mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
6db9f8ae16
Pass maintainership to submitter PR: ports/40984 Submitted by: Christian Brueffer <chris@unixpages.org>
23 lines
416 B
Makefile
23 lines
416 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: libutils
|
|
# Date created: May 6, 2002
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libutils
|
|
PORTVERSION= 0.7.14
|
|
CATEGORIES= lang
|
|
MASTER_SITES= http://savannah.gnu.org/download/nsl/ \
|
|
http://iling.nw.ru/~artem/downloads/ \
|
|
http://unixpages.org/distfiles/
|
|
|
|
MAINTAINER= chris@unixpages.org
|
|
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|
|
INSTALLS_SHLIB= yes
|
|
|
|
.include <bsd.port.mk>
|