631eab01cc
While here, pet portlint and remove stale ia64 lines. Approved by: portmgr (tier-2 blanket)
20 lines
334 B
Makefile
20 lines
334 B
Makefile
# Created by: Nikolai Lifanov
|
|
# $FreeBSD$
|
|
|
|
PKGNAMESUFFIX= -genisoimage
|
|
|
|
COMMENT= Standalone genisoimage from cdrkit
|
|
|
|
RUN_DEPENDS= # nada
|
|
|
|
CONFLICTS= # nada
|
|
|
|
PLIST_SUB= CDRKIT="@comment " GENISOIMAGE=""
|
|
|
|
SLAVE_PORT= cdrkit
|
|
|
|
MASTERDIR= ${.CURDIR}/../cdrkit
|
|
|
|
BROKEN_aarch64= Fails to link: missing sbrk
|
|
|
|
.include "${MASTERDIR}/Makefile"
|