mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
b6b33c519f
PR: 13502 Submitted by: Maxim Sobolev <sobomax@altavista.net>
27 lines
485 B
Makefile
27 lines
485 B
Makefile
# New ports collection makefile for: dxpc
|
|
# Version required: 3.8.0
|
|
# Date created: 2 May 1998
|
|
# Whom: Bruce A. Mah <bmah@ca.sandia.gov>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= dxpc-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>
|