mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
34 lines
722 B
Makefile
34 lines
722 B
Makefile
# Created by: Michael Johnson <ahze@ahze.net>
|
|
|
|
PORTNAME= leafpad
|
|
PORTVERSION= 0.8.18.1
|
|
PORTREVISION= 2
|
|
CATEGORIES= editors
|
|
MASTER_SITES= SAVANNAH
|
|
|
|
MAINTAINER= jgh@FreeBSD.org
|
|
COMMENT= GTK+ based simple text editor
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USE_GNOME= gtk20 intlhack
|
|
USES= desktop-file-utils gettext gmake gnome pkgconfig
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --enable-chooser
|
|
INSTALLS_ICONS= yes
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -lpthread -L${LOCALBASE}/lib
|
|
|
|
PORTDOCS= AUTHORS COPYING ChangeLog INSTALL README
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
post-extract:
|
|
@${CHMOD} a+x ${WRKSRC}/install-sh
|
|
|
|
post-install:
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
|
|
|
|
.include <bsd.port.mk>
|