1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/devel/popt/Makefile
Chris Piazza c1cfa22caf Update to version 1.5
PR:		18577
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
Reviewed by:	maintainer
2000-05-19 06:54:20 +00:00

24 lines
464 B
Makefile

# New ports collection makefile for: popt
# Date Created: 29 Dec 1999
# Whom: Yuan-Chen Cheng <ycheng@sinica.edu.tw>
#
# $FreeBSD$
#
PORTNAME= popt
PORTVERSION= 1.5
CATEGORIES= devel
MASTER_SITES= ftp://ftp.rpm.org/pub/rpm/dist/rpm-3.0.x/
MAINTAINER= ycheng@sinica.edu.tw
LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext
USE_LIBTOOL= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
MAN3= popt.3
.include <bsd.port.mk>