1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

- Add license

- Trim header
This commit is contained in:
Emanuel Haupt 2013-05-07 22:10:41 +00:00
parent 7efc9e505a
commit fadf380b42
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=317636

View File

@ -1,10 +1,5 @@
# ex:ts=8
# Ports collection makefile for: xmlindent
# Date created: Apr 1, 2003
# Whom: ijliao
#
# Created by: ijliao
# $FreeBSD$
#
PORTNAME= xmlindent
PORTVERSION= 0.2.17
@ -15,6 +10,8 @@ MASTER_SITES= SF
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= XML stream reformatter
LICENSE= GPLv2
MANCOMPRESSED= no
SOURCES= error.c indent.c buffer.c main.c
@ -24,7 +21,8 @@ PLIST_FILES= bin/xmlindent
do-build:
@cd ${WRKSRC}; flex xmlindent.yy
${CC} ${CFLAGS} ${SOURCES:C/(.*)/${WRKSRC}\/\1/} -o ${WRKSRC}/${PORTNAME} -lfl
${CC} ${CFLAGS} ${SOURCES:C/(.*)/${WRKSRC}\/\1/} \
-o ${WRKSRC}/${PORTNAME} -lfl
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin