freebsd-ports/sysutils/genisoimage/Makefile
Tobias Kortkamp ae22a7846a
*: Clean up some things
- Fix typos
- Fix overwritten variables with focus on master/slave ports
- Remove unreferenced variables
- Sort categories
- Remove redundant option descriptions
- Clean up commented PORTREVISION
- Add missing USES

Reported by:	portscan
2021-10-12 17:01:38 +02:00

18 lines
346 B
Makefile

# Created by: Nikolai Lifanov
PKGNAMESUFFIX= -genisoimage
COMMENT= Standalone genisoimage from cdrkit
BROKEN_aarch64= Fails to link: missing sbrk
BROKEN_riscv64= Fails to link: missing sbrk
RUN_DEPENDS= # nada
CONFLICTS= # nada
PLIST_SUB= CDRKIT="@comment " GENISOIMAGE=""
MASTERDIR= ${.CURDIR}/../cdrkit
.include "${MASTERDIR}/Makefile"