42 lines
627 B
Makefile
42 lines
627 B
Makefile
COMMENT = prelink tool
|
|
|
|
V = 20130503
|
|
DISTNAME = prelink-${V}
|
|
|
|
CATEGORIES = sysutils
|
|
|
|
HOMEPAGE = https://people.redhat.com/jakub
|
|
|
|
MAINTAINER = Stefan Hagen <sh+ports@codevoid.de>
|
|
|
|
# LICENSE
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MASTER_SITES = ${HOMEPAGE}/prelink/
|
|
DISTFILES = prelink-${V}.tar.bz2
|
|
|
|
# ?uses pledge()?
|
|
#WANTLIB =
|
|
|
|
#LIB_DEPENDS =
|
|
|
|
#RUN_DEPENDS =
|
|
|
|
BUILD_DEPENDS = ${MODGNU_AUTOCONF_DEPENDS} ${MODGNU_AUTOMAKE_DEPENDS} devel/libtool
|
|
|
|
#TEST_DEPENDS =
|
|
|
|
AUTOCONF_VERSION = 2.52
|
|
#AUTOMAKE_VERSION = ?.??
|
|
|
|
CONFIGURE_STYLE = autoconf
|
|
|
|
#MAKE_FLAGS =
|
|
|
|
#NO_TEST = Yes
|
|
#TEST_TARGET =
|
|
|
|
WRKSRC = ${WRKDIR}/prelink
|
|
|
|
.include <bsd.port.mk>
|