1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-18 08:02:48 +00:00
freebsd-ports/devel/dia2code/Makefile
2017-02-22 15:02:18 +00:00

29 lines
558 B
Makefile

# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org>
# $FreeBSD$
PORTNAME= dia2code
PORTVERSION= 0.8.8
CATEGORIES= devel
MASTER_SITES= SF
MAINTAINER= bofh@FreeBSD.org
COMMENT= Small utility used to generate code from a Dia diagram
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
USES= iconv
USE_GNOME= libxml2
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
PLIST_FILES= bin/dia2code \
man/man1/dia2code.1.gz
post-install:
${INSTALL_MAN} ${WRKSRC}/dia2code.1 ${STAGEDIR}${MANPREFIX}/man/man1
.include <bsd.port.mk>