mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
09af3f3985
PR: ports/15563 Submitted by: Rod Taylor rod@zort.on.ca
22 lines
447 B
Makefile
22 lines
447 B
Makefile
# New ports collection makefile for: librep
|
|
# Version required: 0.9
|
|
# Date created: 13 September 1999
|
|
# Whom: Yukihiro Nakai <nakai@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= librep-0.9
|
|
CATEGORIES= lang
|
|
MASTER_SITES= ftp://librep.sourceforge.net/pub/librep/
|
|
|
|
MAINTAINER= nakai@FreeBSD.org
|
|
|
|
PLIST_SUB= GNUHOST=${ARCH}--freebsd${OSREL}
|
|
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV+= LIBS="-lxpg4"
|
|
|
|
.include <bsd.port.mk>
|