1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/japanese/jyuroku/Makefile
Tijl Coosemans 3ce0f21808 devel/glib12 x11-toolkits/gtk12:
- Convert to USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Remove patches that renamed include directories and libraries so they
  didn't conflict with early development versions of glib/gtk 2.0
2014-09-13 15:11:27 +00:00

30 lines
655 B
Makefile

# Created by: Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
# $FreeBSD$
PORTNAME= jyuroku
PORTVERSION= 1.32
PORTREVISION= 7
CATEGORIES= japanese
MASTER_SITES= http://homepage3.nifty.com/seto-yoneji/
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= Japanese address book
ALL_TARGET=
USE_GNOME= gtk12
OPTIONS_DEFINE= DOCS
post-patch:
${REINPLACE_CMD} -e "s@gcc@${CC}@g; \
s@-g@${CFLAGS}@g; \
s@gtk-config@${GTK_CONFIG}@g" ${WRKSRC}/Makefile
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/jyuroku ${STAGEDIR}${LOCALBASE}/bin
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_MAN} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>