blob: 75dc931b3ce4b10f0367bd5cac71bba8f6257d91 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# 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>
|