1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/x11/dxpc/Makefile

27 lines
469 B
Makefile
Raw Normal View History

# New ports collection makefile for: dxpc
# Date created: 2 May 1998
# Whom: Bruce A. Mah <bmah@ca.sandia.gov>
#
1999-08-31 02:51:23 +00:00
# $FreeBSD$
#
2000-04-13 19:19:05 +00:00
PORTNAME= dxpc
PORTVERSION= 3.8.0
CATEGORIES= x11
MASTER_SITES= http://www.vigor.nu/dxpc/3.8.0/
MAINTAINER= bmah@ca.sandia.gov
LIB_DEPENDS= lzo.1:${PORTSDIR}/archivers/lzo
MAN1= dxpc.1
GNU_CONFIGURE= yes
USE_X_PREFIX= yes
CONFIGURE_ARGS+= --with-lzo-lib=${LOCALBASE}
post-install:
strip ${PREFIX}/bin/dxpc
.include <bsd.port.mk>