mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
06df180a9e
Homepage link is permanent redirected to its HTTPS counterpart Issue reported by repology : https://repology.org/repository/freebsd/problems Approved by: portmgr (blanket) PR: 274888
25 lines
643 B
Makefile
25 lines
643 B
Makefile
PORTNAME= sunpromake
|
|
CATEGORIES= devel parallel
|
|
|
|
COMMENT= Parallel-execution enabled SunOS make program, enhanced to fit POSIX
|
|
WWW= https://schilytools.sourceforge.net/sunpromake.html
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
CONFLICTS= dmake
|
|
|
|
MASTERDIR= ${.CURDIR}/../../devel/schilybase
|
|
COMPONENTS= sunpro
|
|
|
|
CXXFLAGS+= -Wno-register
|
|
|
|
# these libraries are installed by the sunpro component
|
|
# but are internal to the program. The author recommends
|
|
# not shipping them, so we don't.
|
|
post-install:
|
|
${RM} ${STAGEDIR}${PREFIX}/lib/libbsd.a
|
|
${RM} ${STAGEDIR}${PREFIX}/lib/libmksh.a
|
|
${RM} ${STAGEDIR}${PREFIX}/lib/libvroot.a
|
|
|
|
.include "${MASTERDIR}/Makefile.master"
|