2006-04-29 15:18:41 +02:00
|
|
|
# New ports collection makefile for: lianliankan
|
|
|
|
# Date created: 26 April 2006
|
|
|
|
# Whom: Liu.Yinghong <liu_yinghong@yahoo.com.cn>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= lianliankan
|
|
|
|
PORTVERSION= 2.2
|
|
|
|
CATEGORIES= games
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= llk-linux
|
|
|
|
DISTNAME= llk_linux-${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= liu_yinghong@yahoo.com.cn
|
|
|
|
COMMENT= A scarce recreation game
|
|
|
|
|
|
|
|
USE_GNOME= gtk20 esound
|
2006-05-25 23:31:44 +02:00
|
|
|
USE_GETTEXT= yes
|
2006-04-29 15:18:41 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
|
2006-05-21 21:05:17 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2006-04-29 15:18:41 +02:00
|
|
|
post-install:
|
|
|
|
${MKDIR} ${PREFIX}/share/applications
|
|
|
|
${INSTALL_DATA} ${FILESDIR}/lianliankan.desktop ${PREFIX}/share/applications
|
|
|
|
|
2006-05-21 21:05:17 +02:00
|
|
|
.include <bsd.port.post.mk>
|