1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/sysutils/sortu/Makefile
Jason Helfman bed5423182 - update to 2.1.2, honour CC/CFLAGS and add LICENSE [1]
- while here [2]
  - use optionsNG for portdocs
  - use portsdocs and plist files in favor of pkg-plist file
  - remove unnecessary inclusion of bsd.port.pre.mk in favor of bsd.port.options.mk

PR:	ports/169141
Submitted by:	koobs.freebsd@gmail.com [1], jgh@ [2]
Approved by:	maintainer, matt@peterson.org
2012-06-19 16:44:39 +00:00

37 lines
707 B
Makefile

# New ports collection makefile for: sortu
# Date created: Wed Mar 12 18:13:34 PDT 2008
# Whom: Matt Peterson <matt@peterson.org>
#
# $FreeBSD$
#
PORTNAME= sortu
PORTVERSION= 2.1.2
CATEGORIES= sysutils
MASTER_SITES= http://256.com/sources/sortu/ \
http://matt.peterson.org/FreeBSD/ports/
EXTRACT_SUFX= .tgz
MAINTAINER= matt@peterson.org
COMMENT= Tool that combines sort and uniq functionality
LICENSE= ISCL
PORTDOCS= *
PLIST_FILES= bin/sortu
ALL_TARGET= sortu
.include <bsd.port.options.mk>
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/sortu ${PREFIX}/bin
post-install:
.if ${PORT_OPTIONS:MDOCS}
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README.txt ${DOCSDIR}
.endif
.include <bsd.port.mk>