mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Fix several build problems.
Submitted by: Taguchi Takeshi <taguchi@tohoku.iij.ad.jp> Reviewed by: various members of ports-jp@jp.freebsd.org
This commit is contained in:
parent
cb23a22eb7
commit
4e4d9dbeb3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=9795
@ -3,7 +3,7 @@
|
||||
# Date created: January 24, 1998
|
||||
# Whom: jseger@FreeBSD.org
|
||||
#
|
||||
# $Id: Makefile,v 1.3 1998/01/26 15:34:53 jseger Exp $
|
||||
# $Id: Makefile,v 1.4 1998/02/08 02:31:58 jseger Exp $
|
||||
#
|
||||
|
||||
DISTNAME= freetype-1.0
|
||||
@ -13,9 +13,12 @@ MASTER_SITES= ftp://ftp.physiol.med.tu-muenchen.de/pub/freetype/
|
||||
MAINTAINER= jseger@FreeBSD.org
|
||||
|
||||
USE_GMAKE= YES
|
||||
USE_AUTOCONF= YES
|
||||
GNU_CONFIGURE= YES
|
||||
CONFIGURE_ARGS= --disable-nls
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/lib/ttcommon.h ${PREFIX}/include
|
||||
${INSTALL_DATA} ${WRKSRC}/lib/tterror.h ${PREFIX}/include
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -3,7 +3,7 @@
|
||||
# Date created: January 24, 1998
|
||||
# Whom: jseger@FreeBSD.org
|
||||
#
|
||||
# $Id: Makefile,v 1.3 1998/01/26 15:34:53 jseger Exp $
|
||||
# $Id: Makefile,v 1.4 1998/02/08 02:31:58 jseger Exp $
|
||||
#
|
||||
|
||||
DISTNAME= freetype-1.0
|
||||
@ -13,9 +13,12 @@ MASTER_SITES= ftp://ftp.physiol.med.tu-muenchen.de/pub/freetype/
|
||||
MAINTAINER= jseger@FreeBSD.org
|
||||
|
||||
USE_GMAKE= YES
|
||||
USE_AUTOCONF= YES
|
||||
GNU_CONFIGURE= YES
|
||||
CONFIGURE_ARGS= --disable-nls
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/lib/ttcommon.h ${PREFIX}/include
|
||||
${INSTALL_DATA} ${WRKSRC}/lib/tterror.h ${PREFIX}/include
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user