forked from Lainports/freebsd-ports
- Remove manual strip in post-install, because the INSTALL_PROGRAM will strip it by default. That way it will respecting my configure for I can install non-strip as 100% of my installed ports have been compiled with debug symbols. - Update the WWW. Approved by: hideo <hideo@lastamericanempire.com> (maintainer)
22 lines
467 B
Makefile
22 lines
467 B
Makefile
# New ports collection makefile for: lxsplit
|
|
# Date created: 9 April 2003
|
|
# Whom: kiesel@schlund.de
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= lxsplit
|
|
PORTVERSION= 0.2.2
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= hideo@lastamericanempire.com
|
|
COMMENT= Simple program to split or join files
|
|
|
|
PLIST_FILES= bin/lxsplit
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/lxsplit ${PREFIX}/bin/
|
|
|
|
.include <bsd.port.mk>
|