freebsd-ports/japanese/gnomelibs/Makefile
Akinori MUSHA 0b10204950 Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;
the ECHO macro is set to "echo" by default, but it is set to "true" if
make(1) is invoked with the -s option while ECHO_CMD is always set to
the echo command.

Use command macros where appropriate.
2002-01-29 11:08:52 +00:00

28 lines
660 B
Makefile

# New ports collection makefile for: Japanese gnome-libs
# Date created: 28 October 2000
# Whom: Yukihiro Nakai <nakai@FreeBSD.org>
#
# $FreeBSD$
#
# This port does not work with another version of master port.
#PORTVERSION= 1.4.1.3
CATEGORIES= japanese x11 gnome
MASTERDIR= ${.CURDIR}/../../x11/gnomelibs
EXTRA_PATCHES= ${.CURDIR}/files/patch-*
MAINTAINER= nakai@FreeBSD.org
PLIST= ${WRKDIR}/pkg-plist
post-extract:
${ECHO_CMD} bin/gnome-libs-jp > ${PLIST}
${CAT} ${MASTERDIR}/pkg-plist >> ${PLIST}
post-install:
${TOUCH} ${PREFIX}/bin/gnome-libs-jp
${CHMOD} 755 ${PREFIX}/bin/gnome-libs-jp
.include "${MASTERDIR}/Makefile"