mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
b1bf1620a6
Remove patch to add -I/usr/local/include in freetype-config --cflags. If ports need extra headers they should look for them, and not get them via a side-effect. Freetype had a header resuffle in 2.5.1, patch ports to use the new header style. Thanks go to bdrewery for the two exp-runs and rakuco for helping me with some troublesome cmake ports. PR: ports/184587
30 lines
651 B
Makefile
30 lines
651 B
Makefile
# Created by: Stephen Hurd <shurd@sasktel.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gtkmmorse
|
|
PORTVERSION= 0.9.27
|
|
CATEGORIES= comms hamradio
|
|
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= shurd@sasktel.net
|
|
COMMENT= Graphical Morse Code Trainer
|
|
|
|
LIB_DEPENDS= libao.so:${PORTSDIR}/audio/libao \
|
|
libgtkmm-2.4.so:${PORTSDIR}/x11-toolkits/gtkmm24 \
|
|
libgconfmm-2.6.so:${PORTSDIR}/devel/gconfmm26
|
|
|
|
USE_BZIP2= yes
|
|
GNU_CONFIGURE= yes
|
|
USES= pkgconfig
|
|
|
|
PLIST_FILES= bin/gtkmmorse
|
|
MAN1= gtkmmorse.1
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|-ansi||g' -e 's|-pedantic||g' \
|
|
${WRKSRC}/src/Makefile.in
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|